CodeTypeReferenceCollection::Remove Method (CodeTypeReference^)
.NET Framework (current version)
Removes the specified CodeTypeReference from the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom::CodeTypeReference^
The CodeTypeReference to remove from the collection.
| Exception | Condition |
|---|---|
| ArgumentException | The specified object is not found in the collection. |
.NET Framework
Available since 1.1
Available since 1.1
Show: