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

List::Reverse() method

전체 리스트의 요소 순서를 반전시킵니다.

void System::Collections::Generic::List<T>::Reverse()

또 보기

List::Reverse(int, int) method

리스트 슬라이스의 요소 순서를 반전시킵니다.

void System::Collections::Generic::List<T>::Reverse(int index, int count)
매개변수형식설명
indexint슬라이스 시작 인덱스.
countint슬라이스 크기.

또 보기