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

Syntax

C# 
public IFieldCollection( 
   int initialCount
)

Parameters

initialCount
The initial size of the collection.

Requirements

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

See Also