System::Collections::Generic::List::Reverse‑metod
List::Reverse() method
Vänder på elementordningen för hela listan.
void System::Collections::Generic::List<T>::Reverse()
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::Reverse(int, int) method
Vänder på elementordningen för listsegmentet.
void System::Collections::Generic::List<T>::Reverse(int index, int count)
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Slice startindex. |
| count | int | Slice storlek. |
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++