Skip to content

Commit 9cc9a5b

Browse files
authored
Clarify that sequence is sorted in example (#11426)
1 parent 6144224 commit 9cc9a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Linq/Enumerable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15298,7 +15298,7 @@ In Visual Basic query expression syntax, an `Aggregate Into Sum()` clause transl
1529815298
In Visual Basic query expression syntax, a `Take` clause translates to an invocation of <xref:System.Linq.Enumerable.Take%2A>.
1529915299

1530015300
## Examples
15301-
The following code example demonstrates how to use <xref:System.Linq.Enumerable.Take%2A> to return elements from the start of a sequence.
15301+
The following code example demonstrates how to use <xref:System.Linq.Enumerable.Take%2A> to return elements from the start of a sequence (after it's sorted).
1530215302

1530315303
:::code language="csharp" source="~/snippets/csharp/System.Linq/Enumerable/AggregateTSource/enumerable.cs" interactive="try-dotnet-method" id="Snippet99":::
1530415304
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Linq.Enumerable/VB/Enumerable.vb" id="Snippet99":::

0 commit comments

Comments
 (0)