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