Possible Duplicate:
What’s the use/meaning of the @ character in variable names in C#?

I understand that the @ symbol can be used before a string literal to change how the compiler parses the string. But what does it mean when a variable name is prefixed with the @ symbol?

4 s
4

Leave a Reply

Your email address will not be published. Required fields are marked *