Click or drag to resize

PersistentFieldAttributeisCollection Property

Specifies if the annotated field is a collection of values.

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

Property Value

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