I want to do the equivalent of the following VB in c#
Function([class]) \"hello\"
This would be the same as this in c#
<
You need to add @ to variable names:
@
@class
But it is a very bad practice. Every time you name your variable as a keyword a kitten dies :)