Click or drag to resize

GenericCollectionTypeProto Constructor

Initializes a new instance of the GenericCollectionTypeProto class

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