04 c# Basic Syntax and Keywords

Опубликовано: 12 Январь 2025
на канале: Moshax
104
7

سلسلة تعلم 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.