System::Collections::ObjectModel::Collection::crbegin method

Collection::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::ObjectModel::Collection<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