System::Collections::Generic::List::RemoveRange 方法
List::RemoveRange method
移除列表的切片。
void System::Collections::Generic::List<T>::RemoveRange(int index, int count)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 切片的起始位置。 |
| count | int | 要删除的元素数量。 |
另见
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++