System::Collections::Generic::SortedList::rbegin طريقة
SortedList::rbegin() const method
يحصل على مكرّر عكسي إلى العنصر الأخير في المجموعة المؤهلة بالثابت (الأول في الاتجاه العكسي).
const_reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rbegin() const noexcept
ReturnValue
مكرر عكسي يشير إلى العنصر الأخير في الخريطة المؤهلة بالثابت (الأول في العكس).
انظر أيضًا
- Typedef const_reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedList::rbegin() method
يحصل على مكرّر عكسي إلى العنصر الأخير في المجموعة (الأول في الاتجاه العكسي).
reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rbegin() noexcept
ReturnValue
مكرر عكسي يشير إلى العنصر الأخير في الخريطة (الأول في العكس).
انظر أيضًا
- Typedef reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++