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