Possible Duplicate:
What's the use/meaning of the @ character in variable names in C#?
i have seen in several places including Resharper converted code ...
SomeClass @object = new SomeClass( ... );
I thought it is anonymous, but i think i am wrong
Does it really mean something?