System::Collections::Generic::List::cend 方法

List::cend method

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

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

ReturnValue

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

另见