Reserved Keywords in c#

Keywords are reserved words by the compiler that you can't use as an identifier in your C# program. If you want to use them then you can use it by prefixing with "@"


List of Reserved Keywords in c#