crbegin()

List::crbegin() const method

Gets a reverse iterator to the last const-qualified element of collection (first in reverse).

const_reverse_iterator System::Collections::Generic::List<T>::crbegin() const noexcept

Return Value

A reverse iterator pointing to the last const-qualified element in the list (first in reverse).

See Also