AssemblyCollection.Insert Method
This method inserts an Assembly to the AssemblyCollection at the specified index.
Syntax
public void Insert ( int index, object value )
Parameters | Description |
index | The index in the collection where the Assembly object will be inserted. |
value | The Assembly object to insert into the collection. |