System::Collections::Generic::List::Insert method

List::Insert method

在指定位置插入项。

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

另见