.NET Framework Class Library |
ParallelEnumerable..::.OrderBy Method |
ParallelEnumerable Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
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.
|