OrderBy Method

Task Parallel System.Threading

Overload List

  NameDescription
OrderBy<(Of <(TSource, TKey>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, TKey>)>))
Sorts in parallel the elements of a sequence in ascending order according to a key.
OrderBy<(Of <(TSource, TKey>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, TKey>)>), IComparer<(Of <(TKey>)>))
Sorts in parallel the elements of a sequence in ascending order by using a specified comparer.

See Also