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