Possible Duplicate:
What does placing a @ in front of a C# variable name do?
Hi,
I justed picked up on Silverlight and RIA services. While creating a new domain service which supports editing, the following code was generated in the domain service class (C#):
public void InsertClass(Class @class){
...
}
What is the significance of the @
symbol in the variable name?