System::Collections::Generic::List::cend método
List::cend method
Obtiene el iterador para un elemento const que no existe detrás del final de la colección.
const_iterator System::Collections::Generic::List<T>::cend() const noexcept
ReturnValue
Un iterador que apunta al elemento const calificado teórico ubicado después del elemento final en la lista.
Ver también
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++