You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Linq/Enumerable.xml
+8-20Lines changed: 8 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -11177,12 +11177,9 @@ The following code example demonstrates how to use <xref:System.Linq.Enumerable.
11177
11177
11178
11178
## Remarks
11179
11179
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.
11184
11181
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*>.
11186
11183
11187
11184
]]></format>
11188
11185
</remarks>
@@ -11247,12 +11244,9 @@ This method compares elements by using the default comparer <see cref="P:System.
11247
11244
11248
11245
## Remarks
11249
11246
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.
11254
11248
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.
11256
11250
11257
11251
]]></format>
11258
11252
</remarks>
@@ -11737,12 +11731,9 @@ If comparer is `null`, the default comparer <see cref="P:System.Collections.Gene
11737
11731
11738
11732
## Remarks
11739
11733
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.
11744
11735
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*>.
11746
11737
11747
11738
]]></format>
11748
11739
</remarks>
@@ -11807,12 +11798,9 @@ This method compares elements by using the default comparer <see cref="P:System.
11807
11798
11808
11799
## Remarks
11809
11800
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.
11814
11802
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.
0 commit comments