Méthode | Description | |
---|---|---|
Abort ( ) : void | ||
Commit ( ) : void | ||
Compare ( string left, string right ) : int | ||
ContainsKey ( string key ) : bool | ||
FirstKey ( ) : string | ||
Get ( string key, object defaultValue ) : object | ||
NextKey ( string AfterThisKey ) : string | ||
Recover ( bool CorrectErrors ) : void | ||
RemoveKey ( string key ) : void | ||
SerializedTree ( IByteTree tree ) : System | ||
Set ( string key, object map ) : void | ||
SetFootPrintLimit ( int limit ) : void | ||
Shutdown ( ) : void | ||
this ( string key ) : object |
public Compare ( string left, string right ) : int | ||
left | string | |
right | string | |
Résultat | int |
public Get ( string key, object defaultValue ) : object | ||
key | string | |
defaultValue | object | |
Résultat | object |
public NextKey ( string AfterThisKey ) : string | ||
AfterThisKey | string | |
Résultat | string |
public Recover ( bool CorrectErrors ) : void | ||
CorrectErrors | bool | |
Résultat | void |
public SerializedTree ( IByteTree tree ) : System | ||
tree | IByteTree | |
Résultat | System |
public Set ( string key, object map ) : void | ||
key | string | |
map | object | |
Résultat | void |
public SetFootPrintLimit ( int limit ) : void | ||
limit | int | |
Résultat | void |