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

SortedDictionary::crbegin method

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

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

ReturnValue

Un iterador inverso que apunta al último elemento calificado como const en el mapa (el primero en reversa).

Ver también