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

List::Reverse() method

Reverses elements order of the whole list.

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

See Also

List::Reverse(int, int) method

Reverses elements order of the list slice.

void System::Collections::Generic::List<T>::Reverse(int index, int count)
ParameterTypeDescription
indexintSlice beginning index.
countintSlice size.

See Also