System::Collections::Generic::List::RemoveRange method
List::RemoveRange method
Removes slice of list.
void System::Collections::Generic::List<T>::RemoveRange(int index, int count)
Parameter | Type | Description |
---|---|---|
index | int | Slice beginning position. |
count | int | Number of elements to remove. |
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++