System::Collections::Generic::SortedList::rend método

SortedList::rend() const method

Obtiene un iterador inverso para un elemento inexistente antes del inicio de la colección calificada como const.

const_reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rend() const noexcept

ReturnValue

Un iterador inverso que apunta al elemento teórico que precede al primer elemento en el mapa const‑qualified (último en reversa).

Ver también

SortedList::rend() method

Obtiene un iterador inverso para un elemento inexistente antes del inicio de la colección.

reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rend() noexcept

ReturnValue

Un iterador inverso que apunta al elemento teórico que precede al primer elemento en el mapa (último en reversa).

Ver también