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

LinkedList::cbegin method

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

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

ReturnValue

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

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