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