System::Collections::Concurrent::ConcurrentDictionary::Add Methode

ConcurrentDictionary::Add method

Fügt einen Wert zum Wörterbuch hinzu.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
ParameterTypBeschreibung
Schlüsselconst TKey&Schlüssel zum Hinzufügen.
Wertconst TValue&Wert zum Hinzufügen.

Siehe auch