CodeStatementCollection Constructor (array<CodeStatement^>^)
.NET Framework (current version)
Initializes a new instance of the CodeStatementCollection class that contains the specified array of CodeStatement objects.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
array<System.CodeDom::CodeStatement^>^
An array of CodeStatement objects with which to initialize the collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: