System::Collections::Generic::List::RemoveRange メソッド
List::RemoveRange method
リストのスライスを削除します。
void System::Collections::Generic::List<T>::RemoveRange(int index, int count)
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | スライスの開始位置。 |
| count | int | 削除する要素数。 |
参照
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++