Метод | Описание | |
---|---|---|
DeleteSection ( string section ) : bool | ||
DeleteValue ( string section, string key ) : bool | ||
GetNestedValues ( string section, string key ) : string>>.IList |
||
GetValue ( string section, string key ) : string | ||
GetValues ( string section ) : string>>.IList |
||
SetNestedValues ( string section, string key, string>.IList |
||
SetValue ( string section, string key, string value ) : void | ||
SetValues ( string section, string>.IList |
public DeleteSection ( string section ) : bool | ||
section | string | |
Результат | bool |
public DeleteValue ( string section, string key ) : bool | ||
section | string | |
key | string | |
Результат | bool |
public GetNestedValues ( string section, string key ) : string>>.IList |
||
section | string | |
key | string | |
Результат | string>>.IList |
public GetValue ( string section, string key ) : string | ||
section | string | |
key | string | |
Результат | string |
public GetValues ( string section ) : string>>.IList |
||
section | string | |
Результат | string>>.IList |
public SetNestedValues ( string section, string key, string>.IList |
||
section | string | |
key | string | |
values | string>.IList | |
Результат | void |
public SetValue ( string section, string key, string value ) : void | ||
section | string | |
key | string | |
value | string | |
Результат | void |
public SetValues ( string section, string>.IList |
||
section | string | |
values | string>.IList | |
Результат | void |