Skip to content

Commit 3bcd485

Browse files
authored
Update Enumerable.xml
1 parent 0d76620 commit 3bcd485

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
@@ -15202,7 +15202,7 @@ In Visual Basic query expression syntax, an `Aggregate Into Sum()` clause transl
1520215202
In Visual Basic query expression syntax, a `Take` clause translates to an invocation of <xref:System.Linq.Enumerable.Take%2A>.
1520315203

1520415204
## Examples
15205-
The following code example demonstrates how to use <xref:System.Linq.Enumerable.Take%2A> to return elements from the start of a sequence.
15205+
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 is sorted).
1520615206

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

0 commit comments

Comments
 (0)