Information associated to a key from an INI file. Includes both the value and the comments associated to the key. [詳解]
公開メンバ関数 | |
KeyData (string keyName) | |
Initializes a new instance of the KeyData class. [詳解] | |
KeyData (KeyData ori) | |
Initializes a new instance of the KeyData class from a previous instance of KeyData. [詳解] | |
object | Clone () |
Creates a new object that is a copy of the current instance. [詳解] | |
プロパティ | |
List< string > | Comments [get, set] |
Gets or sets the comment list associated to this key. [詳解] | |
string | Value [get, set] |
Gets or sets the value associated to this key. [詳解] | |
string | KeyName [get, set] |
Gets or sets the name of the key. [詳解] | |
非公開変数類 | |
List< string > | _comments |
string | _value |
string | _keyName |
Information associated to a key from an INI file. Includes both the value and the comments associated to the key.
IniParser.Model.KeyData.KeyData | ( | string | keyName | ) |
Initializes a new instance of the KeyData class.
IniParser.Model.KeyData.KeyData | ( | KeyData | ori | ) |
object IniParser.Model.KeyData.Clone | ( | ) |
Creates a new object that is a copy of the current instance.
|
private |
|
private |
|
private |
|
getset |
Gets or sets the comment list associated to this key.
|
getset |
Gets or sets the name of the key.
|
getset |
Gets or sets the value associated to this key.