ExpandoObject.ICollection<KeyValuePair<String,Object>>.Add Methode

Definition

Fügt der ICollection<T> mit dem angegebenen Schlüssel den angegebenen Wert hinzu.

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Add(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> item) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::Add;
void ICollection<KeyValuePair<string,object>>.Add (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
Sub Add (item As KeyValuePair(Of String, Object)) Implements ICollection(Of KeyValuePair(Of String, Object)).Add

Parameter

item
KeyValuePair<String,Object>

Die KeyValuePair<TKey,TValue>-Struktur, die den Schlüssel und den Wert darstellt, die zur Auflistung hinzugefügt werden sollen.

Implementiert

Gilt für: