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
Parameter | Type | Description |
---|---|---|
item | const T& | Element to remove. |
ReturnValue
True if element was found and deleted, false otherwise.
See Also
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++