طريقة System::Collections::Generic::List::begin

List::begin() const method

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

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

ReturnValue

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

انظر أيضًا

List::begin() method

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

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

ReturnValue

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

انظر أيضًا