Add()

ConcurrentDictionary::Add(const TKey&, const TValue&) method

Adds value into dictionary.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override

Arguments

ParameterTypeDescription
keyconst TKey&Key to add.
valueconst TValue&Value to add.

See Also