IniKeyValue Constructor
From TG.INI
TG.INI
IniKeyValue Constructor |
| Name | Description | |
|---|---|---|
| IniKeyValue |
Initializes a new instance of IniKeyValue.
| |
| IniKeyValue(String, Int32) |
Initializes a new instance of IniKeyValue with a key and int value.
| |
| IniKeyValue(String, String) |
Initializes a new instance of IniKeyValue with a key and string value.
| |
| IniKeyValue(String, String, Boolean) |
Initializes a new instance of IniKeyValue with a key, value and if the value should be encrypted.
| |
| IniKeyValue(String, String, Boolean, Boolean) |
Initializes a new instance of IniKeyValue with a key, value and if the value should be encrypted and quoted.
|