Метод | Описание | |
---|---|---|
GetMultiple ( string settingName ) : List |
Return all settings with the specified name. If the setting does not exist, an empty list is returned.
|
|
IniFileSection ( IniFile file, string name ) : System |
Initialise the section.
|
|
this ( string settingName ) : string |
Get or set a setting. Assignment removes all settings but the new value, if there are more than one.
|
|
this ( string settingName, string defaultValue ) : string |
Get a value of a setting. If the setting doesn't exist, this returns defaultValue.
|
Метод | Описание | |
---|---|---|
GetBase ( |
public GetMultiple ( string settingName ) : List |
||
settingName | string | |
Результат | List |
public IniFileSection ( IniFile file, string name ) : System | ||
file | IniFile | |
name | string | |
Результат | System |
public this ( string settingName ) : string | ||
settingName | string | |
Результат | string |
public this ( string settingName, string defaultValue ) : string | ||
settingName | string | |
defaultValue | string | |
Результат | string |