.NET Framework Class Library |
ParallelEnumerable..::.ThenBy Method |
ParallelEnumerable Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
ThenBy<(Of <(TSource, TKey>)>)(OrderedParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, TKey>)>)) |
Performs in parallel a subsequent ordering of the elements in a sequence
in ascending order according to a key.
| |
ThenBy<(Of <(TSource, TKey>)>)(OrderedParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, TKey>)>), IComparer<(Of <(TKey>)>)) |
Performs in parallel a subsequent ordering of the elements in a sequence in
ascending order by using a specified comparer.
|