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 39513951 <Docs>
39523952 <typeparam name="TSource">The type of elements of <paramref name="source" />.</typeparam>
39533953 <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>
39553955 <param name="keySelector">A function to extract a key from an element.</param>
39563956 <summary>Groups in parallel the elements of a sequence according to a specified key-selector function.</summary>
39573957 <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