CodeTypeParameterCollection::Remove Method (CodeTypeParameter^)

 

Removes the specified CodeTypeParameter object from the collection.

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

public:
void Remove(
	CodeTypeParameter^ value
)

Parameters

value
Type: System.CodeDom::CodeTypeParameter^

The CodeTypeParameter object to remove from the collection.

Exception Condition
ArgumentException

The specified object is not found in the collection.

.NET Framework
Available since 2.0
Return to top
Show: