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

List::begin() const method

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

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

ReturnValue

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

انظر أيضًا

List::begin() method

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

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

ReturnValue

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

انظر أيضًا