System::Collections::Generic::SortedDictionary::rbegin method
SortedDictionary::rbegin() const method
Gets a reverse iterator to the last element of the const-qualified collection (first in reverse).
const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() const noexcept
ReturnValue
A reverse iterator pointing to the last element in the const-qualified map (first in reverse).
See Also
- Typedef const_reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedDictionary::rbegin() method
Gets a reverse iterator to the last element of collection (first in reverse).
reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() noexcept
ReturnValue
A reverse iterator pointing to the last element in the map (first in reverse).
See Also
- Typedef reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++