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