System::Collections::Generic::List::Insert 方法

List::Insert method

在指定位置插入项。

void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
ParameterType描述
索引int要插入项的索引。
itemconst T&要插入的项。

另见