RemoveRange
Removes a range of elements from the list.
bool RemoveRange(
const int start_index,
const int count
);
|
Parameters
start_index
[in] The starting index from which the deletion begins.
count
[in] The number of elements to be deleted.
Return Value