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 fcb4954 commit 5121851Copy full SHA for 5121851
snippets/csharp/new-in-7/Program.cs
@@ -54,7 +54,7 @@ static void Main(string[] args)
54
Console.WriteLine(item);
55
item = 24;
56
Console.WriteLine(matrix[4, 2]);
57
- // <SnippetAssignRefReturn>
+ // </SnippetAssignRefReturn>
58
59
Iterator.IteratorTest();
60
Iterator.IteratorTestLocal();
0 commit comments