Common Application Framework

AddinsCollection.CopyTo Method 

Copies the collection or a portion of it to a one-dimensional array.

public abstract void CopyTo(
   Array array,
   int index
);

Parameters

array
The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.

Implements

ICollection.CopyTo

See Also

AddinsCollection Class | Aveva.ApplicationFramework Namespace