سلسلة تعلم c sharp للمبتدئين
[P4] C#Basic Syntax and Reserved keywords
Keywords are predefined, reserved identifiers that have special meanings to the compiler. They can't be used as identifiers in your program unless they include @ as a prefix. For example, @if is a valid identifier, but if isn't because if is a keyword.