Copies the entire InstanceDataCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
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);
InstanceDataCollection Class | NCI.EasyObjects.Configuration Namespace