Méthode | Description | |
---|---|---|
Contains ( string key ) : bool | ||
GetObject ( string key ) : object | ||
SetObject ( string key, object value ) : void | ||
this ( string key ) : |
Méthode | Description | |
---|---|---|
GetInternal ( string key ) : |
||
SetInternal ( string key, |
public abstract Contains ( string key ) : bool | ||
key | string | |
Résultat | bool |
protected abstract GetInternal ( string key ) : |
||
key | string | |
Résultat |
protected abstract SetInternal ( string key, |
||
key | string | |
value | ||
Résultat | void |
public SetObject ( string key, object value ) : void | ||
key | string | |
value | object | |
Résultat | void |
public this ( string key ) : |
||
key | string | |
Résultat |