System::Collections::Generic::List::Reverse method
List::Reverse() method
Reverses elements order of the whole list.
void System::Collections::Generic::List<T>::Reverse()
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++
List::Reverse(int, int) method
Reverses elements order of the list slice.
void System::Collections::Generic::List<T>::Reverse(int index, int count)
Parameter | Type | Description |
---|---|---|
index | int | Slice beginning index. |
count | int | Slice size. |
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++