System::Collections::Generic::IEnumerable::cend 方法

IEnumerable::cend method

获取指向集合中最后一个 const 限定元素之后的位置的迭代器(如果存在)。

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

ReturnValue

指向集合中最后一个 const 限定元素(如果有)之后的迭代器

另见