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&要添加的值。

另见