System::Collections::Specialized::StringCollection::begin 方法

StringCollection::begin() const method

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

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

ReturnValue

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

另见

StringCollection::begin() method

返回一个迭代器,指向容器的第一个元素。如果容器为空,返回的迭代器将等于 end()

iterator System::Collections::Specialized::StringCollection::begin() noexcept

ReturnValue

一个迭代器,指向容器的第一个元素。

另见