System::Collections::Specialized::StringCollection::begin method

StringCollection::begin() const method

Returns an iterator to the first element of the const-qualified container. If the container is empty, the returned iterator will be equal to end().

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

ReturnValue

An iterator pointing to the first element of the const-qualified container.

See Also

StringCollection::begin() method

Returns an iterator to the first element of the container. If the container is empty, the returned iterator will be equal to end().

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

ReturnValue

An iterator pointing to the first element of the container.

See Also