System::Collections::Generic::BaseSet::Remove method

BaseSet::Remove method

Removes element from set.

bool System::Collections::Generic::BaseSet<T, SET_T>::Remove(const T &item) override
ParameterTypeDescription
itemconst T&Element to remove.

ReturnValue

True if element was found and deleted, false otherwise.

See Also