Monday, August 6, 2012

the at symbol in C#

  • before a variable, allows one to use a reserved key as a variable name
  • before a string value allows one to interpret the string as is without having to escape special characters

see: http://stackoverflow.com/questions/429529/what-does-the-symbol-before-a-variable-name-mean-in-c

No comments:

Post a Comment