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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| δείκτης | int | Αρχικός δείκτης τμήματος. |
| count | int | Μέγεθος τμήματος. |
Δείτε επίσης
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++