Remove()
BaseSet::Remove(const T&) method
Removes element from set.
bool System::Collections::Generic::BaseSet<T, SET_T>::Remove(const T &item) override
Arguments
Parameter | Type | Description |
---|---|---|
item | const T& | Element to remove. |
Return Value
True if element was found and deleted, false otherwise.
See Also
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Slides