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

BaseSet::Add method

Adds element into set.

void System::Collections::Generic::BaseSet<T, SET_T>::Add(const T &item) override
ParameterTypeDescription
itemconst T&Element to add.

See Also