File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3951
3951
<Docs>
3952
3952
<typeparam name="TSource">The type of elements of <paramref name="source" />.</typeparam>
3953
3953
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
3954
- <param name="source">An OrderedParallelQuery\< TSource> that contains elements to sort.</param>
3954
+ <param name="source">An OrderedParallelQuery< TSource> that contains elements to sort.</param>
3955
3955
<param name="keySelector">A function to extract a key from an element.</param>
3956
3956
<summary>Groups in parallel the elements of a sequence according to a specified key-selector function.</summary>
3957
3957
<returns>A sequence of groups that are sorted in descending order according to <typeparamref name="TKey" />.</returns>
You can’t perform that action at this time.
0 commit comments