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