Click or drag to resize

SortingExtensionMethods Methods

Methods
  NameDescription
Public methodStatic memberSortT(IListT, SortAlgorithm, SortDirection)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Public methodStatic memberSortT(IListT, SortAlgorithm, SortDirection, IComparerT)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Public methodStatic memberSortT(IListT, SortAlgorithm, SortDirection, ComparisonT)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Public methodStatic memberSortT(IListT, SortAlgorithm, SortDirection, Int32, Int32)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Public methodStatic memberSortT(IListT, SortAlgorithm, SortDirection, Int32, Int32, IComparerT)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Public methodStatic memberSortT(IListT, SortAlgorithm, SortDirection, Int32, Int32, ComparisonT)
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
Top
See Also