Remove

DestinationCollection.Remove method

Entfernt das angegebene Element. Die Sammlung ist schreibgeschützt. Löst immer die NotSupportedException-Ausnahme aus.

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

Ausnahmen

AusnahmeBedingung
NotSupportedException

Siehe auch