Metode System::Collections::Generic::List::cend

List::cend method

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

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

ReturnValue

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

Lihat Juga