System::Collections::Generic::List::end yöntemi

List::end() const method

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

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

ReturnValue

Listede sabit nitelikli örnekte son öğenin sonrasına yerleştirilen teorik öğeye işaret eden bir yineleyici.

Ayrıca Bakınız

List::end() method

Koleksiyonun sonundaki mevcut olmayan bir öğe için yineleyici alır.

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

ReturnValue

Listede son elemanın ardından yer alan teorik elemana işaret eden bir yineleyici.

Ayrıca Bakınız