CodeTypeParameterCollection::Remove Method (CodeTypeParameter^)
.NET Framework (current version)
Removes the specified CodeTypeParameter object from the collection.
Assembly: System (in System.dll)
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
Available since 2.0
Show: