System::Collections::Concurrent::ConcurrentDictionary::Add method
ConcurrentDictionary::Add method
向字典中添加值。
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
| Parameter | Type | 描述 |
|---|---|---|
| 键 | const TKey& | 要添加的键。 |
| value | const TValue& | 要添加的值。 |
另见
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++