System::Collections::Generic::SortedList::crend method

SortedList::crend method

Gets a reverse iterator for a non-existent const-qualified element before the start of the collection.

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

ReturnValue

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

See Also