OrderedDictionary<TKey,TValue>.IDictionary.Add(Object, Object) Metodo

Definizione

Aggiunge un elemento con la chiave e il valore specificati all'oggetto IDictionary.

 virtual void System.Collections.IDictionary.Add(System::Object ^ key, System::Object ^ value) = System::Collections::IDictionary::Add;
void IDictionary.Add (object key, object value);
abstract member System.Collections.IDictionary.Add : obj * obj -> unit
override this.System.Collections.IDictionary.Add : obj * obj -> unit
Sub Add (key As Object, value As Object) Implements IDictionary.Add

Parametri

key
Object

Il Object da utilizzare come chiave dell'elemento da aggiungere.

value
Object

Il Object da utilizzare come valore dell'elemento da aggiungere.

Implementazioni

Si applica a