System::Collections::Generic::IEnumerable::cbegin 方法

IEnumerable::cbegin method

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

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

ReturnValue

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

另见