System.Web.Configuration.BuildProviderCollection.RemoveAt Method

Removes the System.Web.Configuration.BuildProvider object at the specified index from the System.Web.Configuration.BuildProviderCollection.

Syntax

public void RemoveAt (int index)

Parameters

index
An integer value specifying the location of a specific System.Web.Configuration.BuildProvider object within the System.Web.Configuration.BuildProviderCollection.

Remarks

If the index does not specify a System.Web.Configuration.BuildProvider 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