RemoveRange
移除列表的元素范围。
bool RemoveRange(
const int start_index, //索引起始点
const int count //元素数量
);参数
start_index
[in] 开始删除所在的索引起始点。
count
[in] 要删除的元素数量。
返回值
成功返回true,否则返回false。
移除列表的元素范围。
bool RemoveRange(
const int start_index, //索引起始点
const int count //元素数量
);start_index
[in] 开始删除所在的索引起始点。
count
[in] 要删除的元素数量。
成功返回true,否则返回false。