System::Collections::Generic::LinkedList::cend method

LinkedList::cend method

获取指向集合末尾之后的不存在的 const 限定元素的迭代器。

const_iterator System::Collections::Generic::LinkedList<T>::cend() const noexcept

ReturnValue

一个迭代器,指向链表中位于结束元素之后的理论上 const 限定的元素。

另见