System::Collections::Generic::List::end 方法

List::end() const method

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

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

ReturnValue

一个迭代器,指向 const 限定列表实例中末尾元素之后的理论元素。

另见

List::end() method

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

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

ReturnValue

一个迭代器,指向列表中末尾元素之后的理论元素。

另见