Remove()
NameValueCollection::Remove(const String&) method
Removes specific item.
virtual bool System::Collections::Specialized::NameValueCollection::Remove(const String &item) override
Arguments
| Parameter | Type | Description |
|---|---|---|
| item | const String& | Item to remove. |
Return Value
True if item was found and removed, false otherwise.
See Also
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Slides