04 c# Basic Syntax and Keywords

Опубликовано: 01 Июнь 2026
на канале: Moshax
122
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.