System::Collections::Specialized::StringCollection::cbegin 方法

StringCollection::cbegin method

返回一个指向容器中第一个 const 限定元素的迭代器。如果容器为空,返回的迭代器等于 cend()

const_iterator System::Collections::Specialized::StringCollection::cbegin() const noexcept

ReturnValue

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

另见