EAPCollectionBase Constructor (Type, Int32) |
ctor -- protected, this class is abstract. The derivitive must provide the type of the object that it
is collecting in this collection
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected EAPCollectionBase(
Type type,
int capacity
)
Protected Sub New (
type As Type,
capacity As Integer
)
Parameters
- type
- Type: SystemType
The type of the object that this collection contains - capacity
- Type: SystemInt32
The capacity of the collection (used during clone)
See Also