System::Collections::Generic::List::RemoveRange metod
List::RemoveRange method
Tar bort ett segment av listan.
void System::Collections::Generic::List<T>::RemoveRange(int index, int count)
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Startposition för segmentet. |
| count | int | Antal element att ta bort. |
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++