System::Collections::ObjectModel::Collection::rend method
Contents
[
Hide
]Collection::rend() method
Gets a reverse iterator for a non-existent element before the start of the collection.
reverse_iterator System::Collections::ObjectModel::Collection<T>::rend() noexcept
ReturnValue
A reverse iterator pointing to the theoretical element preceding the first element in the list (last in reverse).
See Also
- Typedef reverse_iterator
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.PUB for C++
Collection::rend() const method
Gets a reverse iterator for a non-existent element before the start of the const-qualified collection.
const_reverse_iterator System::Collections::ObjectModel::Collection<T>::rend() const noexcept
ReturnValue
A reverse iterator pointing to the theoretical element preceding the first element in the const-qualified list (last in reverse).
See Also
- Typedef const_reverse_iterator
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.PUB for C++