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

SortedDictionary::crbegin method

Mendapatkan iterator terbalik ke elemen terakhir yang bersifat const dalam koleksi (pertama dalam urutan terbalik).

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

ReturnValue

Iterator terbalik yang menunjuk ke elemen terakhir yang bersifat const dalam peta (pertama dalam urutan terbalik).

Lihat Juga