System::Collections::Generic::BaseSet::Add method

BaseSet::Add method

Aggiunge un elemento al set.

void System::Collections::Generic::BaseSet<T, SET_T>::Add(const T &item) override
ParametroTipoDescrizione
elementoconst T&Elemento da aggiungere.

Vedi anche