System::Collections::Generic::List::InsertRange 方法

List::InsertRange method

在特定位置插入数据范围。

void System::Collections::Generic::List<T>::InsertRange(int index, IEnumerablePtr collection)
参数类型描述
索引int要插入数据的索引。
集合IEnumerablePtr要插入的元素集合。

另见