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

IEnumerable::cend method

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

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

ReturnValue

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

另见