We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a58f48 commit ff7f398Copy full SHA for ff7f398
snippets/csharp/System.Linq/Enumerable/AggregateTSource/enumerable.cs
@@ -2074,12 +2074,12 @@ static void SelectEx2()
2074
/*
2075
This code produces the following output:
2076
2077
- {index=0, str=}
2078
- {index=1, str=b}
2079
- {index=2, str=ma}
2080
- {index=3, str=ora}
2081
- {index=4, str=pass}
2082
- {index=5, str=grape}
+ { index = 0, str = }
+ { index = 1, str = b }
+ { index = 2, str = ma }
+ { index = 3, str = ora }
+ { index = 4, str = pass }
+ { index = 5, str = grape }
2083
*/
2084
// </Snippet76>
2085
}
0 commit comments