1.

Why to use #region directive in C#?

Answer»

The #region direction in C# ALLOWS you to specify a BLOCK of code that can be EXPANDED and collapsed.

You can easily use it to collapse or hide regions. This can be DONE to focus only on the sections of the code you are working on.



Discussion

No Comment Found