Metodo begin di System::Collections::Generic::List
List::begin() const method
Ottiene l’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 nell’istanza costante della lista.
Vedi anche
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::begin() method
Ottiene l’iteratore al primo elemento della raccolta.
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.Font for C++