System::Collections::Generic::SortedDictionary::rend طريقة
SortedDictionary::rend() const method
يحصل على مكرر عكسي لعنصر غير موجود قبل بداية المجموعة المؤهلة كـ const.
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.Font 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.Font for C++