System::Collections::Concurrent::ConcurrentDictionary::Add method

ConcurrentDictionary::Add method

Adds value into dictionary.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
ParameterTypeDescription
keyconst TKey&Key to add.
valueconst TValue&Value to add.

See Also