Click or drag to resize

EAPCollectionBase Constructor (Type)

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
)

Parameters

type
Type: SystemType
The type of the object that this collection contains
See Also