System::Collections::Generic::List::Reverse 메서드
List::Reverse() method
전체 리스트의 요소 순서를 반전시킵니다.
void System::Collections::Generic::List<T>::Reverse()
또 보기
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::Reverse(int, int) method
리스트 슬라이스의 요소 순서를 반전시킵니다.
void System::Collections::Generic::List<T>::Reverse(int index, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 슬라이스 시작 인덱스. |
| count | int | 슬라이스 크기. |
또 보기
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++