System::Collections::Generic::List::InsertRange 方法
List::InsertRange method
在特定位置插入数据范围。
void System::Collections::Generic::List<T>::InsertRange(int index, IEnumerablePtr collection)
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 插入数据的位置索引。 |
| 集合 | IEnumerablePtr | 要插入的元素集合。 |
另见
- Typedef IEnumerablePtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++