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