System::Collections::Generic::List::RemoveRange メソッド

List::RemoveRange method

リストのスライスを削除します。

void System::Collections::Generic::List<T>::RemoveRange(int index, int count)
パラメーター説明
インデックスintスライスの開始位置。
countint削除する要素数。

参照