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&要查找的键。
TValue要设置到指定键的值。

另见