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