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