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