System::Collections::Generic::BaseSet::Add método

BaseSet::Add method

Agrega un elemento al conjunto.

void System::Collections::Generic::BaseSet<T, SET_T>::Add(const T &item) override
ParámetroTipoDescripción
itemconst T&Elemento a añadir.

Ver también