System::Collections::ObjectModel::Collection::Remove method
Collection::Remove method
Removes specific item.
bool System::Collections::ObjectModel::Collection<T>::Remove(const T &item) override
Parameter | Type | Description |
---|---|---|
item | const T& | Item to remove. |
ReturnValue
True if item was found and removed, false otherwise.
See Also
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.PUB for C++