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
パラメーター説明
キーconst TKey&追加するキー。
valueconst TValue&追加する値。

参照