crend()
LinkedList::crend() const method
Gets a reverse iterator for a non-existent const-qualified element before the start of the collection.
const_reverse_iterator System::Collections::Generic::LinkedList<T>::crend() const noexcept
Return Value
A reverse iterator pointing to the theoretical const-qualified element preceeding the first element in the linked list (last in reverse).
See Also
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Slides