System::Collections::ObjectModel::Collection::crbegin method
Collection::crbegin method
Obtiene un iterador inverso al último elemento const de la colección (el primero en reversa).
const_reverse_iterator System::Collections::ObjectModel::Collection<T>::crbegin() const noexcept
ReturnValue
Un iterador inverso que apunta al último elemento calificado como const en la lista (el primero en reversa).
Ver también
- Typedef const_reverse_iterator
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++