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

List::GetRange method

リストのスライスを作成します。

ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
パラメーター説明
インデックスint範囲開始インデックス。
countint範囲のサイズ。

ReturnValue

List containing a slice of current list.

参照