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 e90188d commit a52b663Copy full SHA for a52b663
docs/csharp/tutorials/exploration/csharp-7.yml
@@ -106,7 +106,7 @@ items:
106
when inspecting the tuple using reflection at runtime, for example.
107
108
In a tuple assignment, you can also specify the names of the fields
109
- on the right-hand side of the assignment.
+ on the right-hand side of the assignment:
110
111
[!code-csharp[ImplicitNamedTuple](~/samples/snippets/csharp/new-in-7/program.cs#06_ImplicitNamedTuple "Implicitly named tuple")]
112
0 commit comments