Click or drag to resize

GenericCollectionTypeProto Constructor

Initializes a new instance of the GenericCollectionTypeProto class

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

Parameters

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