System::Collections::Generic::List::begin yöntemi
List::begin() const method
Sabit nitelikli koleksiyonun ilk elemanına bir yineleyici (iterator) alır.
const_iterator System::Collections::Generic::List<T>::begin() const noexcept
ReturnValue
Liste’nin const nitelikli örneğinde ilk öğeyi gösteren bir iterator.
Ayrıca Bakınız
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::begin() method
Koleksiyonun ilk öğesine bir yineleyici alır.
iterator System::Collections::Generic::List<T>::begin() noexcept
ReturnValue
Listede ilk öğeyi gösteren bir iterator.
Ayrıca Bakınız
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++