Commit 9502663
authored
Update C# linq-related snippet 'GroupQueryResults.cs' (#46817)
Hi, First of all, thanks a lot for your efforts and your rich contents.
In the first lines of 'GroupByPropertyMethod' method, which is commented lines, the query variable name should be changed to GroupByYearQuery , and also the type of it to
IEnumerable<IGrouping<GradeLevel,DataClass.Student>>.1 parent 4567d74 commit 9502663
File tree
1 file changed
+1
-1
lines changed- docs/csharp/linq/standard-query-operators/snippets/standard-query-operators
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments