AssemblyCollection.Remove Method (String)

 

Removes a AssemblyInfo object from the AssemblyCollection collection.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

member Remove : 
        key:string -> unit

Parameters

key
Type: System.String

A string value specifying the assembly reference.

If the assembly does not exist in the collection, the statement is ignored.

The following code example demonstrates how to use the Remove method. This code example is part of a larger example provided for the AssemblyCollection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: