메소드 | 설명 | |
---|---|---|
ContainsKey ( string key ) : bool | ||
FileBrain ( string fileStorragePath ) : System.Collections.Generic | ||
GetValue ( string key ) : object | ||
RemoveKey ( string key ) : void | ||
SetValue ( string key, object value ) : void |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Collections.Generic |
public SetValue ( string key, object value ) : void | ||
key | string | |
value | object | |
리턴 | void |