System::Collections::Generic::BaseDictionary::Add メソッド

BaseDictionary::Add method

辞書にキーと値のペアを追加します。

void System::Collections::Generic::BaseDictionary<Map>::Add(const key_t &key, const mapped_t &value) override
パラメーター説明
キーconst key_t&値を挿入するキー。
valueconst mapped_t&挿入する値。

参照