In VB.NET, you can surround a variable name with brackets and use keywords as variable names, like this:
Dim [goto] As String = ""
Is there a C# equivlent to doing this?
string @string = "";
1.4m articles
1.4m replys
5 comments
57.0k users