mirage-config v0.0.0 (2022-09-25T16:49:15Z)
Dub
Repo
ArrayNode
mirage
config
A configuration item that is an array.
Contains other ConfigNodes as children.
class
ArrayNode :
ConfigNode
{
ConfigNode
[]
children
;
this
();
this
(ConfigNode[] children);
this
(string[] values);
string
nodeType
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(ConfigNode[] children)
Undocumented in source.
this
this
(string[] values)
Undocumented in source.
Members
Functions
nodeType
string
nodeType
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
children
ConfigNode
[]
children
;
Undocumented in source.
Inherited Members
From ConfigNode
nodeType
string
nodeType
()
Undocumented in source.
Meta
Source
See Implementation
mirage
config
classes
ArrayNode
ConfigCreationException
ConfigDictionary
ConfigFactory
ConfigReadException
ObjectNode
PathParseException
ValueNode
functions
loadConfig
interfaces
ConfigNode
A configuration item that is an array.
Contains other ConfigNodes as children.