System::Collections::Specialized::StringCollection::cbegin method

StringCollection::cbegin method

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

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

ReturnValue

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

See Also