Click or drag to resize

AbstractCollectionTypeProtoGetItemType Method

Returns type of items in the collection.

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

Return Value

Type: Type
An item type.
See Also