System::Collections::Generic::List::end metodu

List::end() const method

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

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

ReturnValue

List’in const nitelikli örneğinde son öğenin ardından yer alan teorik öğeye işaret eden bir yineleyici.

Ayrıca Bakınız

List::end() method

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

iterator System::Collections::Generic::List<T>::end() noexcept

ReturnValue

Listede son öğenin ardından yer alan teorik öğeye işaret eden bir yineleyici.

Ayrıca Bakınız