System::Collections::IList::RemoveAt method
IList::RemoveAt method
Removes the item from the list at the specified index.
virtual void System::Collections::IList::RemoveAt(int index)=0
Parameter | Type | Description |
---|---|---|
index | int | The index to remove the item at. |
See Also
- Class IList
- Namespace System::Collections
- Library Aspose.PUB for C++