Add

DestinationCollection.Add method

Fügt das angegebene Element hinzu. Sammlung ist schreibgeschützt. Löst immer die NotSupportedException-Ausnahme aus.

public void Add(KeyValuePair<string, object> item)
ParameterTypBeschreibung
itemKeyValuePair`2Der Artikel.

Ausnahmen

AusnahmeBedingung
NotSupportedException

Siehe auch