Метод | Описание | |
---|---|---|
DeleteValue ( string section, string key ) : void | ||
GetValue ( string section, string key ) : string | ||
GetValues ( string section ) : string>.IDictionary |
||
SetValue ( string section, string key, string value ) : void | ||
UserSettings ( IFileSystem fileSystem ) : System |
Метод | Описание | |
---|---|---|
Save ( System.Xml.Linq.XDocument document ) : void |
public DeleteValue ( string section, string key ) : void | ||
section | string | |
key | string | |
Результат | void |
public GetValue ( string section, string key ) : string | ||
section | string | |
key | string | |
Результат | string |
public GetValues ( string section ) : string>.IDictionary |
||
section | string | |
Результат | string>.IDictionary |
public SetValue ( string section, string key, string value ) : void | ||
section | string | |
key | string | |
value | string | |
Результат | void |
public UserSettings ( IFileSystem fileSystem ) : System | ||
fileSystem | IFileSystem | |
Результат | System |