طريقة System::Collections::Generic::LinkedList::rbegin
LinkedList::rbegin() const method
يحصل على مكرّر عكسي إلى العنصر الأخير في المجموعة المؤهلة بالثابت (الأول في الاتجاه العكسي).
const_reverse_iterator System::Collections::Generic::LinkedList<T>::rbegin() const noexcept
ReturnValue
مُكرِّر عكسي يشير إلى العنصر الأخير في القائمة المرتبطة المؤهَّلة بالثابت (الأول في العكس).
انظر أيضًا
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::rbegin() method
يحصل على مكرّر عكسي إلى العنصر الأخير في المجموعة (الأول في الاتجاه العكسي).
reverse_iterator System::Collections::Generic::LinkedList<T>::rbegin() noexcept
ReturnValue
مُكرِّر عكسي يشير إلى العنصر الأخير في القائمة المرتبطة (الأول في العكس).
انظر أيضًا
- Typedef reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++