System::Collections::Generic::List::Reverse method
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++