IniKey

Key in an INI file.

Constructors

this
this(string name)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Properties

name
string name [@property getter]

Property: get key name.

value
string value [@property getter]

Property: get key value.

Variables

_name
string _name;
Undocumented in source.
_value
string _value;
Undocumented in source.

Inherited Members

From IniLine

~this
~this()
Undocumented in source.

Meta