Metodo System::Collections::Generic::List::cbegin
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 const nella lista.
Vedi anche
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++