System::Collections::Generic::List::GetRange 메서드
List::GetRange method
리스트의 슬라이스를 생성합니다.
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 범위 시작 인덱스. |
| count | int | 범위 크기. |
ReturnValue
List containing a slice of current list.
또 보기
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++