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

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

另见