System::Collections::Generic::List::begin method
List::begin() const method
Obtient un itérateur vers le premier élément de la collection qualifiée const.
const_iterator System::Collections::Generic::List<T>::begin() const noexcept
ReturnValue
Un itérateur pointant vers le premier élément de l’instance const-qualified de la liste.
Voir aussi
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::begin() method
Obtient l’itérateur du premier élément de la collection.
iterator System::Collections::Generic::List<T>::begin() noexcept
ReturnValue
Un itérateur pointant vers le premier élément de la liste.
Voir aussi
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++