Click or drag to resize

PersistentFieldAttributeisCollection Property

Specifies if the annotated field is a collection of values.

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