CodeDirectiveCollection Constructor (array<CodeDirective^>^)

 

Initializes a new instance of the CodeDirectiveCollection class with the code directive objects in the specified array.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeDirectiveCollection(
	array<CodeDirective^>^ value
)

Parameters

value
Type: array<System.CodeDom::CodeDirective^>^

An array of CodeDirective objects with which to initialize the collection.

Exception Condition
ArgumentNullException

value is null.

.NET Framework
Available since 2.0
Return to top
Show: