Metode System::Collections::Generic::LinkedList::cend

LinkedList::cend method

Mendapatkan iterator untuk elemen const yang tidak ada di belakang akhir koleksi.

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

ReturnValue

Iterator yang menunjuk ke elemen const-qualified teoritis yang ditempatkan setelah elemen akhir dalam linked list.

Lihat Juga