CodeTypeDeclarationCollection::Remove Method (CodeTypeDeclaration^)
.NET Framework (current version)
Removes the specified CodeTypeDeclaration object from the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom::CodeTypeDeclaration^
The CodeTypeDeclaration to remove from the collection.
| Exception | Condition |
|---|---|
| ArgumentException | The specified object is not found in the collection. |
The following example demonstrates how to use the Remove method to delete a CodeTypeDeclaration object from a CodeTypeDeclarationCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: