System::Collections::Generic::LinkedList::crend metode

LinkedList::crend method

Mendapatkan iterator terbalik untuk elemen const yang tidak ada sebelum awal koleksi.

const_reverse_iterator System::Collections::Generic::LinkedList<T>::crend() const noexcept

ReturnValue

Iterator terbalik yang menunjuk ke elemen teoritis yang dikualifikasi const dan mendahului elemen pertama dalam linked list (terakhir dalam urutan terbalik).

Lihat Juga