ParallelEnumerable.ThenByDescending Method
.NET Framework 4.5
Performs in parallel a subsequent ordering of the elements in a sequence in descending order.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ThenByDescending<TSource, TKey>(OrderedParallelQuery<TSource>, Func<TSource, TKey>) | Performs in parallel a subsequent ordering of the elements in a sequence in descending order, according to a key. |
|
ThenByDescending<TSource, TKey>(OrderedParallelQuery<TSource>, Func<TSource, TKey>, IComparer<TKey>) | Performs in parallel a subsequent ordering of the elements in a sequence in descending order by using a specified comparer. |