System.CodeDom.CodeRegionMode Enumeration

Specifies the start or end of a code region.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum CodeRegionMode

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
End

End of the region.

None

Not used.

Start

Start of the region.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0