Méthode | Description | |
---|---|---|
Add ( object key, object value ) : void | ||
Clear ( ) : void | ||
ContainsKey ( object key ) : bool | ||
GetEnumerator ( ) : object>>.IEnumerator |
||
ImmutableProxiedCache ( ICache target ) : System | ||
Remove ( object key ) : bool | ||
TryGetValue ( object key, object &value ) : bool | ||
this ( object key ) : object |
Méthode | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public Add ( object key, object value ) : void | ||
key | object | |
value | object | |
Résultat | void |
public GetEnumerator ( ) : object>>.IEnumerator |
||
Résultat | object>>.IEnumerator |
public ImmutableProxiedCache ( ICache target ) : System | ||
target | ICache | |
Résultat | System |
public TryGetValue ( object key, object &value ) : bool | ||
key | object | |
value | object | |
Résultat | bool |