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)
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | スライスの開始インデックス。 |
| count | int | スライスのサイズ。 |
参照
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++