Overload List

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

See Also