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

SortedList::crend method

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

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

ReturnValue

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

Ver también