System::Collections::CollectionBase::ListImpl::Insert 方法

ListImpl::Insert method

在指定索引处向集合插入一个元素。

void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
ParameterType描述
索引int32_t应插入 value 的零基索引。
valueconst T&要插入的元素。

另见