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

List::InsertRange method

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

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

另见