System.Web.Configuration.ExpressionBuilderCollection.Remove Method

Removes an System.Web.Configuration.ExpressionBuilder object from the System.Web.Configuration.ExpressionBuilderCollection collection.

Syntax

public void Remove (string name)

Parameters

name
A string value specifying the System.Web.Configuration.ExpressionBuilder reference.

Remarks

If the assembly does not exist in the collection, the statement is ignored.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0