System::Collections::Concurrent::ConcurrentDictionary::Add method
ConcurrentDictionary::Add method
Sözlüğe değer ekler.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
| Parameter | Type | Açıklama |
|---|---|---|
| anahtar | const TKey& | Eklenecek anahtar. |
| değer | const TValue& | Eklenecek değer. |
Ayrıca Bakınız
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++