System::Collections::Generic::IDictionary::idx_set メソッド

IDictionary::idx_set method

セッタ関数。

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value)=0
パラメーター説明
キーconst TKey&検索するキー。
valueTValue指定されたキーに設定する値。

参照