System::Collections::Specialized::StringCollection::crbegin method

StringCollection::crbegin method

Returns a reverse iterator to the first element of the reversed container. It corresponds to the last element of the non-reversed container. If the container is empty, the returned iterator is equal to crend().

const_reverse_iterator System::Collections::Specialized::StringCollection::crbegin() const noexcept

ReturnValue

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

See Also