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

SortedDictionary::crend method

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

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

ReturnValue

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

Ver también