Metode System::Collections::Generic::LinkedList::cbegin

LinkedList::cbegin method

Mendapatkan iterator ke elemen pertama yang bersifat const dalam koleksi.

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

ReturnValue

Iterator yang menunjuk ke elemen pertama yang bersifat const dalam linked list.

Lihat Juga