System::Collections::Generic::SortedDictionary::crbegin method

SortedDictionary::crbegin method

Gibt einen Reverse‑Iterator auf das letzte const‑qualifizierte Element der Sammlung zurück (erstes im Reverse).

const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::crbegin() const noexcept

ReturnValue

Ein Reverse-Iterator, der auf das zuletzt const‑qualifizierte Element in der Map zeigt (erstes im Reverse).

Siehe auch