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

SortedDictionary::rbegin() const method

Obtiene un iterador inverso al último elemento de la colección calificada como const (el primero en reversa).

const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() const noexcept

ReturnValue

Un iterador inverso que apunta al último elemento del mapa const‑qualificado (primero en reversa).

Ver también

SortedDictionary::rbegin() method

Obtiene un iterador inverso al último elemento de la colección (el primero en reversa).

reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() noexcept

ReturnValue

Un iterador inverso que apunta al último elemento del mapa (primero en reversa).

Ver también