System.Web.Configuration.AssemblyCollection.RemoveAt Method

Removes an System.Web.Configuration.AssemblyInfo object from the System.Web.Configuration.AssemblyCollection collection.

Syntax

public void RemoveAt (int index)

Parameters

index
An integer value specifying an System.Web.Configuration.AssemblyInfo object within the System.Web.Configuration.AssemblyCollection 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