System::Collections::Generic::List::begin μέθοδος
List::begin() const method
Λαμβάνει επαναλήπτη στο πρώτο στοιχείο της συλλογής με const-προσδιορισμό.
const_iterator System::Collections::Generic::List<T>::begin() const noexcept
ReturnValue
Ένας επαναλήπτης που δείχνει στο πρώτο στοιχείο της const-προσδιορισμένης παρουσίασης της λίστας.
Δείτε επίσης
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::begin() method
Λαμβάνει επαναλήπτη στο πρώτο στοιχείο της συλλογής.
iterator System::Collections::Generic::List<T>::begin() noexcept
ReturnValue
Ένας επαναλήπτης που δείχνει στο πρώτο στοιχείο της λίστας.
Δείτε επίσης
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++