EasyObjects.NET Programmers Reference

InstanceDataCollection.CopyTo Method

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

Overload List

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

public void CopyTo(InstanceData[],int);

Inherited from DataCollection.

public void CopyTo(Array,int);

See Also

InstanceDataCollection Class | NCI.EasyObjects.Configuration Namespace