Click or drag to resize

ObservableCollectionTSort Method

Overload List
  NameDescription
Public methodSort
Sorts the elements in the entire System.Collections.Generic.List<T> using the default comparer.
Public methodSort(ComparisonT)
Sorts the elements in the entire System.Collections.Generic.List<T> using the specified System.Comparison<T>.
Public methodSort(IComparerT)
Sorts the elements in a range of elements in System.Collections.Generic.List<T> using the specified comparer.
Public methodSort(Int32, Int32, IComparerT)
Sorts the elements in a range of elements in System.Collections.Generic.List<T> using the specified comparer.
Top
See Also