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

Definicja

Dodaje określony klucz i wartość do elementu IDictionary<TKey,TValue>.

 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 ConcurrentDictionary<TKey,TValue>.

Słownik zawiera zbyt wiele elementów.

Dotyczy

Zobacz też