System::Collections::Generic::LinkedList::crend 方法

LinkedList::crend method

获取指向集合起始位置之前的不存在的 const 限定元素的逆向迭代器。

const_reverse_iterator System::Collections::Generic::LinkedList<T>::crend() const noexcept

ReturnValue

一个反向迭代器,指向链表中第一个元素之前的理论 const 限定元素(反向的最后一个)。

另见