System::Collections::Concurrent::ConcurrentDictionary::Add method
ConcurrentDictionary::Add method
Voegt een waarde toe aan het woordenboek.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
| Parameter | Type | Beschrijving |
|---|---|---|
| sleutel | const TKey& | Sleutel om toe te voegen. |
| value | const TValue& | Waarde om toe te voegen. |
Zie ook
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++