System::Collections::Generic::BaseSet::cbegin method

BaseSet::cbegin method

Gets iterator to the first const-qualified element of collection.

const_iterator System::Collections::Generic::BaseSet<T, SET_T>::cbegin() const noexcept

ReturnValue

An iterator pointing to the first const-qualified element in the hash set.

See Also