@@ -3181,6 +3181,7 @@ Each chunk except the last one will be of size `size`. The last chunk will conta
3181
3181
<exception cref="T:System.ArgumentNullException">
3182
3182
<paramref name="source" /> is <see langword="null" />.</exception>
3183
3183
<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>
3184
3185
</Docs>
3185
3186
</Member>
3186
3187
<Member MemberName="Distinct<TSource>">
@@ -3972,6 +3973,7 @@ Only unique elements are returned.
3972
3973
</remarks>
3973
3974
<exception cref="T:System.ArgumentNullException">
3974
3975
<paramref name="first" /> or <paramref name="second" /> is <see langword="null" />.</exception>
3976
+ <seealso cref="Overload:System.Linq.Enumerable.ExceptBy">ExceptBy method</seealso>
3975
3977
</Docs>
3976
3978
</Member>
3977
3979
<Member MemberName="ExceptBy<TSource,TKey>">
@@ -5878,6 +5880,7 @@ Only unique elements are returned.
5878
5880
</remarks>
5879
5881
<exception cref="T:System.ArgumentNullException">
5880
5882
<paramref name="first" /> or <paramref name="second" /> is <see langword="null" />.</exception>
5883
+ <seealso cref="Overload:System.Linq.Enumerable.IntersectBy">IntersectBy method</seealso>
5881
5884
</Docs>
5882
5885
</Member>
5883
5886
<Member MemberName="IntersectBy<TSource,TKey>">
@@ -8568,6 +8571,7 @@ The following code example demonstrates how to use <xref:System.Linq.Enumerable.
8568
8571
<exception cref="T:System.ArgumentNullException">
8569
8572
<paramref name="source" /> or <paramref name="selector" /> is <see langword="null" />.</exception>
8570
8573
<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>
8571
8575
</Docs>
8572
8576
</Member>
8573
8577
<Member MemberName="MaxBy<TSource,TKey>">
@@ -10427,6 +10431,7 @@ The following code example demonstrates how to use <xref:System.Linq.Enumerable.
10427
10431
<exception cref="T:System.ArgumentNullException">
10428
10432
<paramref name="source" /> or <paramref name="selector" /> is <see langword="null" />.</exception>
10429
10433
<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>
10430
10435
</Docs>
10431
10436
</Member>
10432
10437
<Member MemberName="MinBy<TSource,TKey>">
@@ -10780,6 +10785,7 @@ If comparer is `null`, the default comparer <see cref="P:System.Collections.Gene
10780
10785
</remarks>
10781
10786
<exception cref="T:System.ArgumentNullException">
10782
10787
<paramref name="source" /> is <see langword="null" />.</exception>
10788
+ <seealso cref="Overload:System.Linq.Enumerable.OrderBy">OrderBy method</seealso>
10783
10789
</Docs>
10784
10790
</Member>
10785
10791
<MemberGroup MemberName="OrderBy<TSource,TKey>">
@@ -11327,6 +11333,7 @@ If comparer is `null`, the default comparer <see cref="P:System.Collections.Gene
11327
11333
</remarks>
11328
11334
<exception cref="T:System.ArgumentNullException">
11329
11335
<paramref name="source" /> is <see langword="null" />.</exception>
11336
+ <seealso cref="Overload:System.Linq.Enumerable.OrderByDescending">OrderByDescending method</seealso>
11330
11337
</Docs>
11331
11338
</Member>
11332
11339
<Member MemberName="Prepend<TSource>">
@@ -16880,6 +16887,7 @@ The method is typically a constant-time operation, but ultimately this depends o
16880
16887
</remarks>
16881
16888
<exception cref="T:System.ArgumentNullException">
16882
16889
<paramref name="first" /> or <paramref name="second" /> is <see langword="null" />.</exception>
16890
+ <seealso cref="Overload:System.Linq.Enumerable.UnionBy">UnionBy method</seealso>
16883
16891
</Docs>
16884
16892
</Member>
16885
16893
<Member MemberName="UnionBy<TSource,TKey>">
0 commit comments