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
Parameter | Type | Description |
---|---|---|
key | const TKey& | Key to add. |
value | const TValue& | Value to add. |
See Also
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.PUB for C++