System::Collections::Generic::List::begin metod
List::begin() const method
Hämtar iterator till det första elementet i den const‑kvalificerade samlingen.
const_iterator System::Collections::Generic::List<T>::begin() const noexcept
ReturnValue
En iterator som pekar på det första elementet i den const‑kvalificerade instansen av listan.
Se även
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::begin() method
Hämtar iterator till det första elementet i samlingen.
iterator System::Collections::Generic::List<T>::begin() noexcept
ReturnValue
En iterator som pekar på det första elementet i listan.
Se även
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++