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