Méthode | Description | |
---|---|---|
Add ( object>.KeyValuePair |
||
Add ( string key, object value ) : void | ||
Clear ( ) : void | ||
Contains ( object>.KeyValuePair |
||
ContainsKey ( string key ) : bool | ||
CopyTo ( object>.KeyValuePair |
||
GetEnumerator ( ) : object>>.IEnumerator |
||
Remove ( object>.KeyValuePair |
||
Remove ( string key ) : bool | ||
RenderContext ( ) : System | ||
TryGetValue ( string key, object &value ) : bool | ||
this ( string key ) : object |
Méthode | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public Add ( object>.KeyValuePair |
||
item | object>.KeyValuePair | |
Résultat | void |
public Add ( string key, object value ) : void | ||
key | string | |
value | object | |
Résultat | void |
public Contains ( object>.KeyValuePair |
||
item | object>.KeyValuePair | |
Résultat | bool |
public CopyTo ( object>.KeyValuePair |
||
array | object>.KeyValuePair | |
arrayIndex | int | |
Résultat | void |
public GetEnumerator ( ) : object>>.IEnumerator |
||
Résultat | object>>.IEnumerator |
public Remove ( object>.KeyValuePair |
||
item | object>.KeyValuePair | |
Résultat | bool |
public TryGetValue ( string key, object &value ) : bool | ||
key | string | |
value | object | |
Résultat | bool |