Click or drag to resize

BasePersistentFieldAttributecollectionTypeProto Property

A proto that handles field's value as a collection of persistent values.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
public Type collectionTypeProto { get; protected set; }
Request Example View Source

Property Value

Type: Type
The prototype's class type.
Remarks
If it's null then field is assumed to be not a collection.
See Also