System::Collections::Generic::List::cbegin method
List::cbegin method
Ottiene l’iteratore al primo elemento qualificato come const della collezione.
const_iterator System::Collections::Generic::List<T>::cbegin() const noexcept
ReturnValue
Un iteratore che punta al primo elemento qualificato const nella lista.
Vedi anche
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++