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