ArrayNode

A configuration item that is an array.

Contains other ConfigNodes as children.

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