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