Overload List

  NameDescription
Sort()()()
Sorts the elements in the entire List using the default comparer.
Sort(IComparer<(Of <(HashAlgorithm>)>))
Sorts the elements in the entire List using the specified comparer.
Sort(Comparison<(Of <(HashAlgorithm>)>))
Sorts the elements in the entire List using the specified System.Comparison.
Sort(Int32, Int32, IComparer<(Of <(HashAlgorithm>)>))
Sorts the elements in a range of elements in List using the specified comparer.

See Also