System::Collections::Generic::BaseSet::begin metodo

BaseSet::begin method

Restituisce un iteratore al primo elemento della collezione qualificata come const.

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

ReturnValue

Un iteratore che punta al primo elemento nell’istanza const del set hash.

Vedi anche