Click or drag to resize

PersistentFieldAttributeisCollection Property

Specifies if the annotated field is a collection of values.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public bool isCollection { get; set; }
Request Example View Source

Property Value

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