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