QuickObjects.ObjectBase Send comments on this topic.
CopyTo(BaseBusinessObjectCollection) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObjectCollection Class > CopyTo Method : CopyTo(BaseBusinessObjectCollection) Method
businessObjects
Collection to copy to.
NOTE: This method is not implemented, do not use this method as it does not do anything.

Syntax

C# 
public void CopyTo( 
   BaseBusinessObjectCollection businessObjects
)

Parameters

businessObjects
Collection to copy to.

Requirements

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

See Also