ValueNode

A configuration item that is any sort of primitive value (strings, numbers or null).

Constructors

this
this()
Undocumented in source.
this
this(string value)
Undocumented in source.

Members

Functions

nodeType
string nodeType()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
string value;
Undocumented in source.

Inherited Members

From ConfigNode

nodeType
string nodeType()
Undocumented in source.

Meta