CodeTypeParameterCollection::AddRange Method (array<CodeTypeParameter^>^)
.NET Framework (current version)
Copies the elements of the specified CodeTypeParameter array to the end of the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
array<System.CodeDom::CodeTypeParameter^>^
An array of type CodeTypeParameter containing the objects to add to the collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: