System::Collections::Generic::List::Reverse method

List::Reverse() method

पूरी सूची के तत्वों के क्रम को उलटता है.

void System::Collections::Generic::List<T>::Reverse()

संबंधित देखें

List::Reverse(int, int) method

सूची स्लाइस के तत्वों के क्रम को उलटता है.

void System::Collections::Generic::List<T>::Reverse(int index, int count)
पैरामीटरप्रकारविवरण
सूचकांकintस्लाइस की प्रारम्भिक इंडेक्स।
countintस्लाइस का आकार।

संबंधित देखें