Sunday, June 15, 2025 01:25

Table of contents >> Introduction > C# keywords

C# keywords

C# programming language defines a few keywords that have a special meaning for the compiler. When you chose your variables, classes, methods names, you must be careful to avoid using these C# keywords, or you will get compiler errors, and your program will not compile.

Here is a list of C# keywords:

[raw]
[/raw] Cuvinte cheie C#

The concepts explained in this lesson are also shown visually as part of the following video:

Tags: ,

Leave a Reply