Method | Description | |
---|---|---|
ContainsKey ( string key ) : bool | ||
FileBrain ( string fileStorragePath ) : System.Collections.Generic | ||
GetValue ( string key ) : object | ||
RemoveKey ( string key ) : void | ||
SetValue ( string key, object value ) : void |
Method | Description | |
---|---|---|
GetKeyFile ( string key ) : string | ||
GetKeyValue ( string key ) : object | ||
KeyExists ( string key ) : bool | ||
SetKeyValue ( string key, object value ) : void |
public FileBrain ( string fileStorragePath ) : System.Collections.Generic | ||
fileStorragePath | string | |
return | System.Collections.Generic |
public SetValue ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |