System::Collections::ObjectModel::Collection::crbegin method
Collection::crbegin method
Gets a reverse iterator to the last const-qualified element of collection (first in reverse).
const_reverse_iterator System::Collections::ObjectModel::Collection<T>::crbegin() const noexcept
ReturnValue
A reverse iterator pointing to the last const-qualified element in the list (first in reverse).
See Also
- Typedef const_reverse_iterator
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.PUB for C++