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
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
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
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++