System::Collections::Generic::List::cbegin method
List::cbegin method
Obtiene el iterador al primer elemento calificado como const de la colección.
const_iterator System::Collections::Generic::List<T>::cbegin() const noexcept
ReturnValue
Un iterador que apunta al primer elemento calificado como const en la lista.
Ver también
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++