ThenBy Method

Task Parallel System.Threading

Overload List

  NameDescription
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.

See Also