System::Collections::Specialized::NameValueCollection::Remove method

NameValueCollection::Remove method

Removes specific item.

virtual bool System::Collections::Specialized::NameValueCollection::Remove(const String &item) override
ParameterTypeDescription
itemconst String&Item to remove.

ReturnValue

True if item was found and removed, false otherwise.

See Also