ValueArray
Description
- Derived from
-
VectorConstBase<ConfigValue> abstract
IVersioned
Represents an array of ConfigValues.
Public / Attributes
Bool
Accesses the config value, assuming a conversion to ConfigType.Bool exists.
- ConfigException
-
If no conversion exists.
- See also
Num
Accesses the config value, assuming a conversion to ConfigType.Num exists.
- ConfigException
-
If no conversion exists.
- See also
Path
Accesses the config value, assuming a conversion to ConfigType.Path exists.
- ConfigException
-
If no conversion exists.
- See also
Str
Accesses the config value, assuming a conversion to ConfigType.Str exists.
- ConfigException
-
If no conversion exists.
- See also