System::Collections::Generic::List::cbegin method
List::cbegin method
Obtient l’itérateur du premier élément const-qualifié de la collection.
const_iterator System::Collections::Generic::List<T>::cbegin() const noexcept
ReturnValue
Un itérateur pointant vers le premier élément const‑qualifié de la liste.
Voir aussi
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++