CodeRegionMode Enumeration
.NET Framework (current version)
Specifies the start or end of a code region.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| End | End of the region. | |
| None | Not used. | |
| Start | Start of the region. |
The following code example shows the use of the CodeRegionMode enumeration to specify the start of a region. This example is part of a larger example provided for the CodeRegionDirective class.
.NET Framework
Available since 2.0
Available since 2.0
Show: