CodeTypeParameterCollection::AddRange Method (array<CodeTypeParameter^>^)

 

Copies the elements of the specified CodeTypeParameter array to the end of the collection.

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

public:
void AddRange(
	array<CodeTypeParameter^>^ value
)

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
Return to top
Show: