RemoveAt
RemoveAt
Removes a list element at the specified index.
bool RemoveAt(
const int index // element index
);Parameters
- index
[in] The index of the element that you want to delete.
Return Value
Returns true on successful, or false otherwise.
Last updated on