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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11803,7 +11803,7 @@ If `count` is not a positive number, this method returns an empty enumerable col
11803
11803
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Collections.Generic.Dictionary`2" /> from.</param>
11804
11804
<param name="keySelector">A function to extract a key from each element.</param>
11805
11805
<summary>Creates a <see cref="T:System.Collections.Generic.Dictionary`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to a specified key selector function.</summary>
11806
-
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2" /> that contains keys and values.</returns>
11806
+
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2" /> that contains keys and values. The values within each group are in the same order as in <paramref name="source" />.</returns>
11807
11807
<remarks>
11808
11808
<format type="text/markdown"><![CDATA[
11809
11809
@@ -11876,7 +11876,7 @@ If `count` is not a positive number, this method returns an empty enumerable col
11876
11876
<param name="keySelector">A function to extract a key from each element.</param>
11877
11877
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
11878
11878
<summary>Creates a <see cref="T:System.Collections.Generic.Dictionary`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to a specified key selector function and key comparer.</summary>
11879
-
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2" /> that contains keys and values.</returns>
11879
+
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2" /> that contains keys and values. The values within each group are in the same order as in <paramref name="source" />.</returns>
11880
11880
<remarks>
11881
11881
<format type="text/markdown"><![CDATA[
11882
11882
@@ -12234,7 +12234,7 @@ If `count` is not a positive number, this method returns an empty enumerable col
12234
12234
<param name="source">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Linq.Lookup`2" /> from.</param>
12235
12235
<param name="keySelector">A function to extract a key from each element.</param>
12236
12236
<summary>Creates a <see cref="T:System.Linq.Lookup`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to a specified key selector function.</summary>
12237
-
<returns>A <see cref="T:System.Linq.Lookup`2" /> that contains keys and values.</returns>
12237
+
<returns>A <see cref="T:System.Linq.Lookup`2" /> that contains keys and values. The values within each group are in the same order as in <paramref name="source" />.</returns>
12238
12238
<remarks>
12239
12239
<format type="text/markdown"><![CDATA[
12240
12240
@@ -12295,7 +12295,7 @@ If `count` is not a positive number, this method returns an empty enumerable col
12295
12295
<param name="keySelector">A function to extract a key from each element.</param>
12296
12296
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
12297
12297
<summary>Creates a <see cref="T:System.Linq.Lookup`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to a specified key selector function and key comparer.</summary>
12298
-
<returns>A <see cref="T:System.Linq.Lookup`2" /> that contains keys and values.</returns>
12298
+
<returns>A <see cref="T:System.Linq.Lookup`2" /> that contains keys and values. The values within each group are in the same order as in <paramref name="source" />.</returns>
0 commit comments