Click or drag to resize

AbstractCollectionTypeProto Constructor

Initializes a new instance of the AbstractCollectionTypeProto class

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
protected AbstractCollectionTypeProto(
	Type containerType
)
Request Example View Source

Parameters

containerType
Type: SystemType
A type of the collection (i.e. an immediate field's type).
See Also