ObjectNode

A configuration item that is an object.

ObjectNodes contain a node dictionary that points to other ConfigNodes.

Constructors

this
this()
Undocumented in source.
this
this(ConfigNode[string] children)
Undocumented in source.
this
this(string[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[string] children;
Undocumented in source.

Inherited Members

From ConfigNode

nodeType
string nodeType()
Undocumented in source.

Meta