I discovered that you can start your variable name with a \'@\' character in C#. In my C# project I was using a web service (I added a web reference to my project) that was
It just lets you use a reserved word as a variable name. Not recommended IMHO (except in cases like you have).