Remove()
ICollection::Remove(const T&) method
Deletes element from collection.
virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
Arguments
Parameter | Type | Description |
---|---|---|
item | const T& | Item to remove. |
Return Value
True if element was found and removed, false otherwise.
See Also
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Slides