ExpressionBuilderCollection.Remove Method (String)
.NET Framework (current version)
Removes an ExpressionBuilder object from the ExpressionBuilderCollection collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
A string value specifying the ExpressionBuilder reference.
If the assembly does not exist in the collection, the statement is ignored.
The following code example demonstrates how to use the Remove method. This code example is part of a larger example provided for the ExpressionBuilderCollection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: