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

LinkedList::crend method

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

const_reverse_iterator System::Collections::Generic::LinkedList<T>::crend() const noexcept

ReturnValue

Un iterador inverso que apunta al elemento const‑qualificado teórico que precede al primer elemento en la lista enlazada (último en reversa).

Ver también