ImmutableDictionary<TKey,TValue>.IDictionary<TKey,TValue>.Add Metoda

Definicja

Dodaje element z podanym kluczem i wartością do niezmiennego słownika.

 virtual void System.Collections.Generic.IDictionary<TKey,TValue>.Add(TKey key, TValue value) = System::Collections::Generic::IDictionary<TKey, TValue>::Add;
void IDictionary<TKey,TValue>.Add (TKey key, TValue value);
abstract member System.Collections.Generic.IDictionary<TKey,TValue>.Add : 'Key * 'Value -> unit
override this.System.Collections.Generic.IDictionary<TKey,TValue>.Add : 'Key * 'Value -> unit
Sub Add (key As TKey, value As TValue) Implements IDictionary(Of TKey, TValue).Add

Parametry

key
TKey

Obiekt, który ma być używany jako klucz elementu do dodania.

value
TValue

Obiekt, który ma być używany jako wartość elementu do dodania.

Implementuje

Wyjątki

key to null.

Element o tym samym kluczu już istnieje w pliku IDictionary<TKey,TValue>.

Element IDictionary<TKey,TValue> jest tylko do odczytu.

Dotyczy