Metodo System::Collections::Generic::List::cend
List::cend method
Ottiene l’iteratore per un elemento const non esistente oltre la fine della collezione.
const_iterator System::Collections::Generic::List<T>::cend() const noexcept
ReturnValue
Un iteratore che punta all’elemento teorico costante posizionato dopo l’ultimo elemento nella lista.
Vedi anche
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++