System::Collections::Generic::SortedList::crbegin metod

SortedList::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::SortedList<TKey, TValue>::crbegin() const noexcept

ReturnValue

En omvänd iterator som pekar på det sista konstantkvalificerade elementet i kartan (första i omvänd ordning).

Se även