Méthode | Description | |
---|---|---|
Add ( object key, object value ) : void |
Adds an element with the provided key and value to the
|
|
Clear ( ) : void |
Removes all elements from the
|
|
Contains ( object key ) : bool |
Determines whether the
|
|
CopyTo ( |
Copies the elements of the
|
|
DictionaryAdapter ( String names, object values ) : System |
Initializes a new instance of the DictionaryAdapter class.
|
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator that iterates through a collection.
|
|
Remove ( object key ) : void |
Removes the element with the specified key from the
|
|
this ( object key ) : object |
Gets or sets the System.Object with the specified key.
|
Méthode | Description | |
---|---|---|
CalculateHash ( String key ) : int | ||
GetValuesIndexByKey ( object key ) : int | ||
IDictionary ( ) : IDictionaryEnumerator |
Returns an
|
|
InternalAdd ( String key, int index ) : void |
public Add ( object key, object value ) : void | ||
key | object | The |
value | object | The |
Résultat | void |
public Contains ( object key ) : bool | ||
key | object | The key to locate in the |
Résultat | bool |
public CopyTo ( |
||
array | The one-dimensional |
|
index | int | The zero-based index in array at which copying begins. |
Résultat | void |
public DictionaryAdapter ( String names, object values ) : System | ||
names | String | The names. |
values | object | The values. |
Résultat | System |
public Remove ( object key ) : void | ||
key | object | The key of the element to remove. |
Résultat | void |