Overload List

  NameDescription
Sorted<(Of <(T>)>)(IEnumerable<(Of <(T>)>), SortOrder)
Verifies that the sequence of values are sorted in the specified order.
Sorted<(Of <(T>)>)(IEnumerable<(Of <(T>)>), SortOrder, IComparer<(Of <(T>)>))
Verifies that the sequence of values are sorted in the specified order.
Sorted<(Of <(T>)>)(IEnumerable<(Of <(T>)>), SortOrder, Comparison<(Of <(T>)>))
Verifies that the sequence of values are sorted in the specified order.
Sorted<(Of <(T>)>)(IEnumerable<(Of <(T>)>), SortOrder, String, array<Object>[]()[])
Verifies that the sequence of values are sorted in the specified order.
Sorted<(Of <(T>)>)(IEnumerable<(Of <(T>)>), SortOrder, IComparer<(Of <(T>)>), String, array<Object>[]()[])
Verifies that the sequence of values are sorted in the specified order.
Sorted<(Of <(T>)>)(IEnumerable<(Of <(T>)>), SortOrder, Comparison<(Of <(T>)>), String, array<Object>[]()[])
Verifies that the sequence of values are sorted in the specified order.

See Also