The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CodeDirectiveCollection::Add Method (CodeDirective^)
.NET Framework (current version)
Adds the specified CodeDirective object to the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom::CodeDirective^
The CodeDirective object to add.
The following code example shows the use of the Add method to add a CodeDirective object to the collection. This example is part of a larger example provided for the CodeDirectiveCollection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: