System::Collections::Generic::List::Reverse‑metod

List::Reverse() method

Vänder på elementordningen för hela listan.

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

Se även

List::Reverse(int, int) method

Vänder på elementordningen för listsegmentet.

void System::Collections::Generic::List<T>::Reverse(int index, int count)
ParameterTypeBeskrivning
indexintSlice startindex.
countintSlice storlek.

Se även