System::Collections::Generic::LinkedList::begin मेथड

LinkedList::begin() const method

स्थिर-योग्य संग्रह के पहले तत्व के लिए इटररेटर प्राप्त करता है।

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

ReturnValue

एक इटररेटर जो लिंक्ड लिस्ट के const-योग्य इंस्टेंस में पहले तत्व की ओर इंगित करता है।

संबंधित देखें

LinkedList::begin() method

संग्रह के पहले तत्व के लिए इटररेटर प्राप्त करता है।

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

ReturnValue

एक इटररेटर जो लिंक्ड लिस्ट में पहले तत्व की ओर इंगित करता है।

संबंधित देखें