System::Net::Http::Headers::HttpHeaderValueCollection< System::String >::Remove メソッド

String >::Remove method

コレクションから要素を削除します。

bool System::Net::Http::Headers::HttpHeaderValueCollection<System::String>::Remove(const String &item) override
パラメーター説明
項目const String&削除する項目。

ReturnValue

要素が見つかって削除された場合は true、そうでない場合は false。

参照