|
RemoveRange
Removes a range of elements from the list.
bool RemoveRange(
|
Parameters
start_index
[in] The starting index from which the deletion begins.
count
[in] The number of elements to be deleted.
Return Value
Returns true on successful, or false otherwise.