Information associated to a key from an INI file. Includes both the value and the comments associated to the key.
More...
|
| 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.
|
|
Information associated to a key from an INI file. Includes both the value and the comments associated to the key.
◆ KeyData()
IniParser.Model.KeyData.KeyData |
( |
KeyData |
ori | ) |
|
|
inline |
Initializes a new instance of the KeyData class from a previous instance of KeyData.
Data is deeply copied
- Parameters
-
ori | The instance of the KeyData class used to create the new instance. |
◆ Clone()
object IniParser.Model.KeyData.Clone |
( |
| ) |
|
|
inline |
Creates a new object that is a copy of the current instance.
- Returns
- A new object that is a copy of this instance.
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/AutoConfig/IniFileParser/Model/KeyData.cs