Method | Description | |
---|---|---|
DeleteSection ( string section ) : bool | ||
DeleteValue ( string section, string key ) : bool | ||
GetValue ( string section, string key ) : string | ||
GetValues ( string section ) : string>>.IList |
||
SetValue ( string section, string key, string value ) : void | ||
SetValues ( string section, string>.IList |
public DeleteSection ( string section ) : bool | ||
section | string | |
return | bool |
public DeleteValue ( string section, string key ) : bool | ||
section | string | |
key | string | |
return | bool |
public GetValue ( string section, string key ) : string | ||
section | string | |
key | string | |
return | string |
public GetValues ( string section ) : string>>.IList |
||
section | string | |
return | string>>.IList |
public SetValue ( string section, string key, string value ) : void | ||
section | string | |
key | string | |
value | string | |
return | void |
public SetValues ( string section, string>.IList |
||
section | string | |
values | string>.IList | |
return | void |