System::Collections::Generic::LinkedList::begin method

LinkedList::begin() const method

يحصل على مكرر للعنصر الأول في المجموعة المؤهلة بـ const.

const_iterator System::Collections::Generic::LinkedList<T>::begin() const noexcept

ReturnValue

مؤشر يشير إلى العنصر الأول في النسخة المؤهّلة كـ const من القائمة المرتبطة.

انظر أيضًا

LinkedList::begin() method

يحصل على المؤشر إلى العنصر الأول في المجموعة.

iterator System::Collections::Generic::LinkedList<T>::begin() noexcept

ReturnValue

مؤشر يشير إلى العنصر الأول في القائمة المرتبطة.

انظر أيضًا