System::Collections::Generic::List::crend metodu

List::crend method

Koleksiyonun başlangıcından önceki mevcut olmayan const-nitelikli bir eleman için ters yineleyici alır.

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

ReturnValue

Listedeki ilk öğenin önündeki teorik const-nitelikli öğeye işaret eden bir ters yineleyici (ters yönde son).

Ayrıca Bakınız