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
ParameterType描述
const TKey&要查找的键。
valueTValue要设置到指定键的值。

另见