System::Collections::Generic::SortedDictionary::crend methode

SortedDictionary::crend method

Haalt een reverse‑iterator op voor een niet‑bestaand const‑gekwalificeerd element vóór het begin van de collectie.

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

ReturnValue

Een reverse iterator die wijst naar het theoretische const‑gekwalificeerde element dat voorafgaat aan het eerste element in de map (laatste in reverse).

Zie ook