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