Click or drag to resize

PersistentFieldAttributeisCollection Property

Specifies if the annotated field is a collection of 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 bool isCollection { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if the field is a collection.
See Also