System::Collections::Generic::List::RemoveAt method
List::RemoveAt method
Removes item at specified position.
void System::Collections::Generic::List<T>::RemoveAt(int index) override
Parameter | Type | Description |
---|---|---|
index | int | Index to delete item at. |
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++