cbegin()

HashSet::cbegin() const method

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

const_iterator System::Collections::Generic::HashSet<T>::cbegin() const noexcept

Return Value

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

See Also