Metodo System::Collections::Generic::List::begin
List::begin() const method
Restituisce un iteratore al primo elemento della collezione qualificata come const.
const_iterator System::Collections::Generic::List<T>::begin() const noexcept
ReturnValue
Un iteratore che punta al primo elemento dell’istanza della lista qualificata const.
Vedi anche
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::begin() method
Ottiene l’iteratore al primo elemento della collezione.
iterator System::Collections::Generic::List<T>::begin() noexcept
ReturnValue
Un iteratore che punta al primo elemento della lista.
Vedi anche
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++