System::Collections::Generic::List::Reverse 方法
List::Reverse() method
反转整个列表的元素顺序。
void System::Collections::Generic::List<T>::Reverse()
另见
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::Reverse(int, int) method
反转列表切片的元素顺序。
void System::Collections::Generic::List<T>::Reverse(int index, int count)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 切片起始索引。 |
| count | int | 切片大小。 |
另见
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++