System.Web.Configuration.ExpressionBuilderCollection.Add Method

Adds an System.Web.Configuration.ExpressionBuilder object to the System.Web.Configuration.ExpressionBuilderCollection.

Syntax

public void Add (ExpressionBuilder buildProvider)

Parameters

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

Remarks

Adds an System.Web.Configuration.ExpressionBuilder object to the collection. If the assembly object is not initialized with assembly information, an exception is thrown. If the assembly object already exists 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