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