System::Collections::Generic::List::crbegin method

List::crbegin method

Hämtar en omvänd iterator till det sista const-kvalificerade elementet i samlingen (första i omvänd ordning).

const_reverse_iterator System::Collections::Generic::List<T>::crbegin() const noexcept

ReturnValue

En omvänd iterator som pekar på det sista const‑kvalificerade elementet i listan (första i omvänd ordning).

Se även