QuickObjects.ObjectBase Send comments on this topic.
CopyTo Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class : CopyTo Method
Copies the items from this collection into the array at the specified index.

Overload List

OverloadDescription
CopyTo(Array,Int32) Copies the items from this collection into the array at the specified index.  
CopyTo(IBusinessObjectCollection) Copies all the IBusinessObjects from this collection to another BaseBusinessObject Collection.  

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also