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