System::Collections::Generic::IKVCollection::Remove method
IKVCollection::Remove method
Removes item from container.
virtual bool System::Collections::Generic::IKVCollection<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 IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++