| C# Programmer's Reference |
|
#endregion marks the end of a #region block.
#endregion name
where:
- name
- A comment you want to pass to the
#endregion directive.
Example
See #region for an example of how to use #endregion.
See Also
C# Preprocessor Directives