Directives

What are directives?

Preprocessor directives improve readability, reduce complexity, and help with program maintenance.

The #region and #endregion directives

The #region directive is used to indicate a certain block of code. This keeps our code organized as blocks.

Get hands-on with 1200+ tech skills courses.