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
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.Slides