CodeDirectiveCollection Constructor (CodeDirectiveCollection^)
.NET Framework (current version)
Initializes a new instance of the CodeDirectiveCollection class with the elements in the specified code directive collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom::CodeDirectiveCollection^
A CodeDirectiveCollection object with which to initialize the collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: