Remove()

HttpHeaderValueCollection::Remove(const T&) method

Deletes element from collection.

bool System::Net::Http::Headers::HttpHeaderValueCollection<T>::Remove(const T &item) override

Arguments

ParameterTypeDescription
itemconst T&Item to remove.

Return Value

True if element was found and removed, false otherwise.

See Also