System::Collections::Concurrent::ConcurrentDictionary::Add method
ConcurrentDictionary::Add method
Lägger till värde i ordboken.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
| Parameter | Type | Beskrivning |
|---|---|---|
| nyckel | const TKey& | Nyckel att lägga till. |
| value | const TValue& | Värde att lägga till. |
Se även
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++