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