System::Collections::CollectionBase::ListImpl::idx_set 方法

ListImpl::idx_set method

设置指定索引处的元素。

void System::Collections::CollectionBase<T>::ListImpl::idx_set(int32_t index, T value)
参数类型描述
索引int32_t要获取或设置的元素的零基索引。
T要设置的元素。

另见