System::Collections::Generic::LinkedList::end 方法

LinkedList::end() const method

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

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

ReturnValue

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

另见

LinkedList::end() method

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

iterator System::Collections::Generic::LinkedList<T>::end() noexcept

ReturnValue

一个指向链表中结束元素之后的理论元素的迭代器。

另见