AssemblyCollection.CopyTo Method
Copies the elements of the AssemblyCollection to an Array, starting at a particular index.
Syntax
public void CopyTo ( System.Array array, int index )
| Parameters | Description |
| array | The array to which the elements of the AssemblyCollection will be copied. |
| index | The index of the array at which the new elements will be inserted. |