System::Collections::Generic::BaseSet::begin method

BaseSet::begin method

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

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

ReturnValue

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

See Also