AssemblyCollection.RemoveAt Method
This method removes the Assembly at the specified index.
Syntax
public void RemoveAt ( int index )
Parameters | Description |
index | The index of the Assembly object to remove from the collection. |
This method removes the Assembly at the specified index.
public void RemoveAt ( int index )
Parameters | Description |
index | The index of the Assembly object to remove from the collection. |