System::Collections::Generic::List::GetRange 메서드

List::GetRange method

리스트의 슬라이스를 생성합니다.

ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
매개변수형식설명
indexint범위 시작 인덱스.
countint범위 크기.

ReturnValue

List containing a slice of current list.

또 보기