Remove()

NameValueCollection::Remove(const String&) method

Removes specific item.

virtual bool System::Collections::Specialized::NameValueCollection::Remove(const String &item) override

Arguments

ParameterTypeDescription
itemconst String&Item to remove.

Return Value

True if item was found and removed, false otherwise.

See Also