System::Net::Http::Headers::HttpHeaderValueCollection::Remove 方法

HttpHeaderValueCollection::Remove method

从集合中删除元素。

bool System::Net::Http::Headers::HttpHeaderValueCollection<T>::Remove(const T &item) override
ParameterType描述
itemconst T&要删除的项。

ReturnValue

如果找到并移除元素则为 true,否则为 false。

另见