System::Collections::Generic::List::GetRange メソッド
List::GetRange method
リストのスライスを作成します。
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | 範囲開始インデックス。 |
| count | int | 範囲のサイズ。 |
ReturnValue
List containing a slice of current list.
参照
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++