CodeCompileUnit::EndDirectives Property
.NET Framework (current version)
Gets a CodeDirectiveCollection object containing end directives.
Assembly: System (in System.dll)
public: property CodeDirectiveCollection^ EndDirectives { CodeDirectiveCollection^ get(); }
Property Value
Type: System.CodeDom::CodeDirectiveCollection^A CodeDirectiveCollection object containing end directives.
The following code example shows the use of the EndDirectives property. This example is part of a larger example provided for the CodeRegionDirective class.
.NET Framework
Available since 2.0
Available since 2.0
Show: