The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CodeParameterDeclarationExpressionCollection::Remove Method (CodeParameterDeclarationExpression^)
.NET Framework (current version)
Removes the specified CodeParameterDeclarationExpression from the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom::CodeParameterDeclarationExpression^
The CodeParameterDeclarationExpression 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 CodeParameterDeclarationExpression object from a CodeParameterDeclarationExpressionCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: