begin()

HashSet::begin() const method

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

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

Return Value

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

See Also