QuickObjects.ObjectBase Send comments on this topic.
BaseBusinessObjectCollectionEnumerator Constructor
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObjectCollectionEnumerator Class : BaseBusinessObjectCollectionEnumerator Constructor
businessObject
collection
Default constructor requires an instance of the Business Object, and also an instance of the BaseBusinessObjectCollection class.

Syntax

C# 
public BaseBusinessObjectCollectionEnumerator( 
   BaseBusinessObject businessObject,
   BaseBusinessObjectCollection collection
)

Parameters

businessObject
collection

Requirements

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

See Also