System::Collections::Generic::List::cbegin 方法

List::cbegin method

获取指向集合的第一个 const 限定元素的迭代器。

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

ReturnValue

指向列表中第一个 const 限定元素的迭代器。

另见