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