System::Collections::Generic::List::begin metode
List::begin() const method
Mendapatkan iterator ke elemen pertama dari koleksi yang berqualifikasi const.
const_iterator System::Collections::Generic::List<T>::begin() const noexcept
ReturnValue
Iterator yang menunjuk ke elemen pertama dalam instance daftar yang bersifat const.
Lihat Juga
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::begin() method
Mendapatkan iterator ke elemen pertama dari koleksi.
iterator System::Collections::Generic::List<T>::begin() noexcept
ReturnValue
Iterator yang menunjuk ke elemen pertama dalam daftar.
Lihat Juga
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++