QuickObjects.ObjectBase Send comments on this topic.
IBusinessObjectCollection Constructor(Int32)
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class > IBusinessObjectCollection Constructor : IBusinessObjectCollection Constructor(Int32)
initialCount
The initial size of the collection.
Initializes the container to hold the specified number of items.

Syntax

C# 
public IBusinessObjectCollection( 
   int initialCount
)

Parameters

initialCount
The initial size of the collection.

Requirements

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

See Also