Skip to content

Commit a9d87cd

Browse files
EikeSchwassEike Schwass
and
Eike Schwass
authored
Added reference in Linq documentation from Xyz to XyzBy (e.g. Union to UnionBy) Issue: #10133 (#10134)
Co-authored-by: Eike Schwass <[email protected]>
1 parent 253deec commit a9d87cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

xml/System.Linq/Enumerable.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3181,6 +3181,7 @@ Each chunk except the last one will be of size `size`. The last chunk will conta
31813181
<exception cref="T:System.ArgumentNullException">
31823182
<paramref name="source" /> is <see langword="null" />.</exception>
31833183
<related type="Article" href="/dotnet/visual-basic/language-reference/queries/distinct-clause">Distinct Clause (Visual Basic)</related>
3184+
<seealso cref="Overload:System.Linq.Enumerable.DistinctBy">DistinctBy method</seealso>
31843185
</Docs>
31853186
</Member>
31863187
<Member MemberName="Distinct&lt;TSource&gt;">
@@ -3972,6 +3973,7 @@ Only unique elements are returned.
39723973
</remarks>
39733974
<exception cref="T:System.ArgumentNullException">
39743975
<paramref name="first" /> or <paramref name="second" /> is <see langword="null" />.</exception>
3976+
<seealso cref="Overload:System.Linq.Enumerable.ExceptBy">ExceptBy method</seealso>
39753977
</Docs>
39763978
</Member>
39773979
<Member MemberName="ExceptBy&lt;TSource,TKey&gt;">
@@ -5878,6 +5880,7 @@ Only unique elements are returned.
58785880
</remarks>
58795881
<exception cref="T:System.ArgumentNullException">
58805882
<paramref name="first" /> or <paramref name="second" /> is <see langword="null" />.</exception>
5883+
<seealso cref="Overload:System.Linq.Enumerable.IntersectBy">IntersectBy method</seealso>
58815884
</Docs>
58825885
</Member>
58835886
<Member MemberName="IntersectBy&lt;TSource,TKey&gt;">
@@ -8568,6 +8571,7 @@ The following code example demonstrates how to use <xref:System.Linq.Enumerable.
85688571
<exception cref="T:System.ArgumentNullException">
85698572
<paramref name="source" /> or <paramref name="selector" /> is <see langword="null" />.</exception>
85708573
<related type="Article" href="/dotnet/visual-basic/language-reference/queries/aggregate-clause">Aggregate Clause (Visual Basic)</related>
8574+
<seealso cref="Overload:System.Linq.Enumerable.MaxBy">MaxBy method</seealso>
85718575
</Docs>
85728576
</Member>
85738577
<Member MemberName="MaxBy&lt;TSource,TKey&gt;">
@@ -10427,6 +10431,7 @@ The following code example demonstrates how to use <xref:System.Linq.Enumerable.
1042710431
<exception cref="T:System.ArgumentNullException">
1042810432
<paramref name="source" /> or <paramref name="selector" /> is <see langword="null" />.</exception>
1042910433
<related type="Article" href="/dotnet/visual-basic/language-reference/queries/aggregate-clause">Aggregate Clause (Visual Basic)</related>
10434+
<seealso cref="Overload:System.Linq.Enumerable.MinBy">MinBy method</seealso>
1043010435
</Docs>
1043110436
</Member>
1043210437
<Member MemberName="MinBy&lt;TSource,TKey&gt;">
@@ -10780,6 +10785,7 @@ If comparer is `null`, the default comparer <see cref="P:System.Collections.Gene
1078010785
</remarks>
1078110786
<exception cref="T:System.ArgumentNullException">
1078210787
<paramref name="source" /> is <see langword="null" />.</exception>
10788+
<seealso cref="Overload:System.Linq.Enumerable.OrderBy">OrderBy method</seealso>
1078310789
</Docs>
1078410790
</Member>
1078510791
<MemberGroup MemberName="OrderBy&lt;TSource,TKey&gt;">
@@ -11327,6 +11333,7 @@ If comparer is `null`, the default comparer <see cref="P:System.Collections.Gene
1132711333
</remarks>
1132811334
<exception cref="T:System.ArgumentNullException">
1132911335
<paramref name="source" /> is <see langword="null" />.</exception>
11336+
<seealso cref="Overload:System.Linq.Enumerable.OrderByDescending">OrderByDescending method</seealso>
1133011337
</Docs>
1133111338
</Member>
1133211339
<Member MemberName="Prepend&lt;TSource&gt;">
@@ -16880,6 +16887,7 @@ The method is typically a constant-time operation, but ultimately this depends o
1688016887
</remarks>
1688116888
<exception cref="T:System.ArgumentNullException">
1688216889
<paramref name="first" /> or <paramref name="second" /> is <see langword="null" />.</exception>
16890+
<seealso cref="Overload:System.Linq.Enumerable.UnionBy">UnionBy method</seealso>
1688316891
</Docs>
1688416892
</Member>
1688516893
<Member MemberName="UnionBy&lt;TSource,TKey&gt;">

0 commit comments

Comments
 (0)