Click or drag to resize

SortingExtensionMethods.Sort Method

Overload List
  NameDescription
Public methodStatic memberSort<T>(IList<T>, SortAlgorithm, SortDirection)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Public methodStatic memberSort<T>(IList<T>, SortAlgorithm, SortDirection, IComparer<T>)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Public methodStatic memberSort<T>(IList<T>, SortAlgorithm, SortDirection, Comparison<T>)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Public methodStatic memberSort<T>(IList<T>, SortAlgorithm, SortDirection, Int32, Int32)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Public methodStatic memberSort<T>(IList<T>, SortAlgorithm, SortDirection, Int32, Int32, IComparer<T>)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Public methodStatic memberSort<T>(IList<T>, SortAlgorithm, SortDirection, Int32, Int32, Comparison<T>)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Top
See Also