ParallelEnumerable.OrderBy Method
.NET Framework 4.5
Sorts in parallel the elements of a sequence in ascending 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 | |
|---|---|---|
|
OrderBy<TSource, TKey>(ParallelQuery<TSource>, Func<TSource, TKey>) | Sorts in parallel the elements of a sequence in ascending order according to a key. |
|
OrderBy<TSource, TKey>(ParallelQuery<TSource>, Func<TSource, TKey>, IComparer<TKey>) | Sorts in parallel the elements of a sequence in ascending order by using a specified comparer. |