System::Collections::Generic::SortedDictionary::rbegin मेथड
अंतर्वस्तु
[
छिपाना
]SortedDictionary::rbegin() const method
कॉन्स्ट-योग्य कलेक्शन के अंतिम तत्व (रिवर्स में पहला) के लिए एक रिवर्स इटररेटर प्राप्त करता है।
const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() const noexcept
ReturnValue
एक रिवर्स इटरेटर जो const-qualified मानचित्र (रिवर्स में पहला) में अंतिम तत्व की ओर संकेत करता है।
संबंधित देखें
- Typedef const_reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page 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.Page for C++