System::Collections::Generic::LinkedList::cend metodu

LinkedList::cend method

Koleksiyonun sonundan sonraki mevcut olmayan const-nitelikli öğe için yineleyici alır.

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

ReturnValue

Bağlantılı listede son öğenin ardından yer alan teorik const nitelikli öğeye işaret eden bir yineleyici.

Ayrıca Bakınız