System::Collections::Generic::IKVCollection::idx_set 方法

IKVCollection::idx_set method

设置函数。

virtual void System::Collections::Generic::IKVCollection<T>::idx_set(int index, T value) override
参数类型描述
索引int要设置元素的索引。
T要设置到指定元素的值。

另见