System.Web.Configuration.AssemblyCollection.Remove Method

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

Syntax

public void Remove (string key)

Parameters

key
A string value specifying the assembly 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