System::Collections::Generic::SortedDictionary::rbegin method
SortedDictionary::rbegin() const method
Mendapatkan iterator terbalik ke elemen terakhir koleksi yang const-qualified (pertama dalam urutan terbalik).
const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() const noexcept
ReturnValue
Iterator terbalik yang menunjuk ke elemen terakhir dalam peta yang bersifat const (elemen pertama dalam urutan terbalik).
Lihat Juga
- Typedef const_reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedDictionary::rbegin() method
Mendapatkan iterator terbalik ke elemen terakhir koleksi (pertama dalam urutan terbalik).
reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() noexcept
ReturnValue
Iterator terbalik yang menunjuk ke elemen terakhir dalam peta (elemen pertama dalam urutan terbalik).
Lihat Juga
- Typedef reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++