System.Web.Configuration.ExpressionBuilderCollection.RemoveAt Method

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

Syntax

public void RemoveAt (int index)

Parameters

index
An integer value specifying a specific System.Web.Configuration.ExpressionBuilder object within the System.Web.Configuration.ExpressionBuilderCollection collection.

Remarks

If the assembly does not exist in the collection, an out-of-range exception is thrown.

Requirements

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