System::Collections::CollectionBase::ListImpl::Insert method

ListImpl::Insert method

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

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

另见