Click or drag to resize

AbstractCollectionTypeProtoGetItemType Method

Returns type of items in the collection.

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

Return Value

Type: Type
An item type.
See Also