Méthode | Description | |
---|---|---|
Commit ( ) : void |
|
|
JsonConfigurationProvider ( string path ) : System |
|
|
Load ( bool canCreate = true ) : void |
|
|
Set ( string key, object value ) : void |
|
|
TryGet ( string key, object &value ) : bool |
|
Méthode | Description | |
---|---|---|
GenerateFile ( Stream outputStream ) : void |
|
public JsonConfigurationProvider ( string path ) : System | ||
path | string | |
Résultat | System |
public Set ( string key, object value ) : void | ||
key | string | |
value | object | |
Résultat | void |
public TryGet ( string key, object &value ) : bool | ||
key | string | |
value | object | |
Résultat | bool |