EasyObjects.NET Programmers Reference

InstanceDataCollection.CopyTo Method (InstanceData[], Int32)

Copies the entire InstanceDataCollection to a compatible one-dimensional Array, starting at the specified index of the target array.

public void CopyTo(
   InstanceData[] array,
   int index
);

Parameters

array

The one-dimensional InstanceDataCollection array that is the destination of the elements copied from InstanceDataCollection. The InstanceData array must have zero-based indexing.

index

The zero-based index in array at which copying begins.

See Also

InstanceDataCollection Class | NCI.EasyObjects.Configuration Namespace | InstanceDataCollection.CopyTo Overload List