Click or drag to resize
AlgorithmsSort Method
Overload List
  NameDescription
Public methodStatic memberSortT(IEnumerableT)
Creates a sorted version of a collection.
Public methodStatic memberSortT(IEnumerableT, IComparerT)
Creates a sorted version of a collection. A supplied IComparer<T> is used to compare the items in the collection.
Public methodStatic memberSortT(IEnumerableT, ComparisonT)
Creates a sorted version of a collection. A supplied Comparison<T> delegate is used to compare the items in the collection.
Top
See Also