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

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

ReturnValue

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

Ver también

SortedDictionary::rend() method

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

reverse_iterator System::Collections::Generic::SortedDictionary<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