QuickObjects.ObjectBase Send comments on this topic.
CopyTo(IBusinessObjectCollection) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class > CopyTo Method : CopyTo(IBusinessObjectCollection) Method
businessObjects
Collection to copy to.
Copies all the IBusinessObjects from this collection to another BaseBusinessObject Collection.

Syntax

C# 
public void CopyTo( 
   IBusinessObjectCollection businessObjects
)

Parameters

businessObjects
Collection to copy to.

Requirements

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

See Also