System::Collections::Generic::List::RemoveRange 方法

List::RemoveRange method

移除列表的切片。

void System::Collections::Generic::List<T>::RemoveRange(int index, int count)
参数类型描述
索引int切片的起始位置。
countint要删除的元素数量。

另见