System::Collections::Generic::BaseSet::cbegin metodo

BaseSet::cbegin method

Ottiene l’iteratore al primo elemento qualificato come const della collezione.

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

ReturnValue

Un iteratore che punta al primo elemento qualificato const nel set hash.

Vedi anche