Click or drag to resize

AbstractCollectionTypeProto Constructor

Initializes a new instance of the AbstractCollectionTypeProto class

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
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