AssemblyCollection.Remove Method
This method removes the first occurrence of a specific Assembly from the AssemblyCollection.
Syntax
public void Remove ( object value ) public void Remove ( string id )
Parameters | Description |
id | The identifier of the Assembly object to remove from the collection. |