System::Collections::Generic::SortedList::rend method

SortedList::rend() const method

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

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

ReturnValue

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

See Also

SortedList::rend() method

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

reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rend() noexcept

ReturnValue

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

See Also