System::Collections::ObjectModel::Collection::rbegin method

Collection::rbegin() const method

कॉन्स्ट-योग्य कलेक्शन के अंतिम तत्व (रिवर्स में पहला) के लिए एक रिवर्स इटररेटर प्राप्त करता है।

const_reverse_iterator System::Collections::ObjectModel::Collection<T>::rbegin() const noexcept

ReturnValue

const-योग्य सूची में अंतिम तत्व (रिवर्स में पहला) की ओर इशारा करने वाला एक रिवर्स इटरेटर।

संबंधित देखें

Collection::rbegin() method

कलेक्शन के अंतिम तत्व (रिवर्स में पहला) के लिए एक रिवर्स इटररेटर प्राप्त करता है।

reverse_iterator System::Collections::ObjectModel::Collection<T>::rbegin() noexcept

ReturnValue

सूची में अंतिम तत्व (रिवर्स में पहला) की ओर इशारा करने वाला एक रिवर्स इटरेटर।

संबंधित देखें