System::Collections::Generic::List::begin methode
List::begin() const method
Haalt een iterator op naar het eerste element van de const-gekwalificeerde collectie.
const_iterator System::Collections::Generic::List<T>::begin() const noexcept
ReturnValue
Een iterator die naar het eerste element wijst in de const-gekwalificeerde instantie van de lijst.
Zie ook
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::begin() method
Haalt iterator op naar het eerste element van de collectie.
iterator System::Collections::Generic::List<T>::begin() noexcept
ReturnValue
Een iterator die naar het eerste element wijst in de lijst.
Zie ook
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++