Skip to content

Commit 341ce09

Browse files
Merge pull request #12519 from dotnet/main
Merge main into live
2 parents a91dcc1 + 5b60476 commit 341ce09

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

xml/System.Linq/Enumerable.xml

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11177,12 +11177,9 @@ The following code example demonstrates how to use <xref:System.Linq.Enumerable.
1117711177

1117811178
## Remarks
1117911179

11180-
This method is implemented by using deferred execution. The immediate return value is an object
11181-
that stores all the information that is required to perform the action.
11182-
The query represented by this method is not executed until the object is enumerated by calling
11183-
its <see cref="M:System.Collections.Generic.IEnumerable`1.GetEnumerator> method.
11180+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its <xref:System.Collections.Generic.IEnumerable`1.GetEnumerator*> method directly or by using `foreach` in C# or `For Each` in Visual Basic.
1118411181

11185-
This method compares elements by using the default comparer <see cref="P:System.Collections.Generic.Comparer`1.Default>.
11182+
This method compares elements by using the default comparer <xref:System.Collections.Generic.Comparer`1.Default*>.
1118611183

1118711184
]]></format>
1118811185
</remarks>
@@ -11247,12 +11244,9 @@ This method compares elements by using the default comparer <see cref="P:System.
1124711244

1124811245
## Remarks
1124911246

11250-
This method is implemented by using deferred execution. The immediate return value is an object
11251-
that stores all the information that is required to perform the action.
11252-
The query represented by this method is not executed until the object is enumerated by calling
11253-
its <see cref="M:System.Collections.Generic.IEnumerable`1.GetEnumerator> method.
11247+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its <xref:System.Collections.Generic.IEnumerable`1.GetEnumerator*> method directly or by using `foreach` in C# or `For Each` in Visual Basic.
1125411248

11255-
If comparer is `null`, the default comparer <see cref="P:System.Collections.Generic.Comparer`1.Default> is used to compare elements.
11249+
If `comparer` is `null`, the default comparer <xref:System.Collections.Generic.Comparer`1.Default*> is used to compare elements.
1125611250

1125711251
]]></format>
1125811252
</remarks>
@@ -11737,12 +11731,9 @@ If comparer is `null`, the default comparer <see cref="P:System.Collections.Gene
1173711731

1173811732
## Remarks
1173911733

11740-
This method is implemented by using deferred execution. The immediate return value is an object
11741-
that stores all the information that is required to perform the action.
11742-
The query represented by this method is not executed until the object is enumerated by calling
11743-
its <see cref="M:System.Collections.Generic.IEnumerable`1.GetEnumerator> method.
11734+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its <xref:System.Collections.Generic.IEnumerable`1.GetEnumerator*> method directly or by using `foreach` in C# or `For Each` in Visual Basic.
1174411735

11745-
This method compares elements by using the default comparer <see cref="P:System.Collections.Generic.Comparer`1.Default>.
11736+
This method compares elements by using the default comparer <xref:System.Collections.Generic.Comparer`1.Default*>.
1174611737

1174711738
]]></format>
1174811739
</remarks>
@@ -11807,12 +11798,9 @@ This method compares elements by using the default comparer <see cref="P:System.
1180711798

1180811799
## Remarks
1180911800

11810-
This method is implemented by using deferred execution. The immediate return value is an object
11811-
that stores all the information that is required to perform the action.
11812-
The query represented by this method is not executed until the object is enumerated by calling
11813-
its <see cref="M:System.Collections.Generic.IEnumerable`1.GetEnumerator> method.
11801+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its <xref:System.Collections.Generic.IEnumerable`1.GetEnumerator*> method directly or by using `foreach` in C# or `For Each` in Visual Basic.
1181411802

11815-
If comparer is `null`, the default comparer <see cref="P:System.Collections.Generic.Comparer`1.Default> is used to compare elements.
11803+
If `comparer` is `null`, the default comparer <xref:System.Collections.Generic.Comparer`1.Default*> is used to compare elements.
1181611804

1181711805
]]></format>
1181811806
</remarks>

0 commit comments

Comments
 (0)