Share via


ListDataSet.Sort Method

Sorts the ListDataSet.

Overload List

  public void Sort(
  System.Collections.IComparer  
  comparer
);
public void Sort();

Parameters

comparer

System.Collections.IComparerIComparer object to use to compare the objects in the list.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also