System::Collections::Generic::List::begin method
List::begin() const method
Obtiene el iterador al primer elemento de la colección calificada como const.
const_iterator System::Collections::Generic::List<T>::begin() const noexcept
ReturnValue
Un iterador que apunta al primer elemento de la instancia const-qualificada de la lista.
Ver también
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::begin() method
Obtiene el iterador al primer elemento de la colección.
iterator System::Collections::Generic::List<T>::begin() noexcept
ReturnValue
Un iterador que apunta al primer elemento de la lista.
Ver también
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++