Свойство | Type | Description | |
---|---|---|---|
database | string>.Dictionary |
Méthode | Description | |
---|---|---|
Delete ( string key ) : void |
Delete the specified key.
|
|
Get ( string key ) : string |
Retrieves value with given key.
|
|
MockedSimpleStorage ( string groupName ) : System | ||
Put ( string key, string value ) : void |
Persists a value with given key.
|
public MockedSimpleStorage ( string groupName ) : System | ||
groupName | string | |
Résultat | System |
public Put ( string key, string value ) : void | ||
key | string | |
value | string | if value is null, the key will be deleted |
Résultat | void |