StringValues.ICollection<String>.Remove(String) メソッド

定義

コレクションから特定のオブジェクトの最初の出現箇所を削除します。

 virtual bool System.Collections.Generic.ICollection<System.String>.Remove(System::String ^ item) = System::Collections::Generic::ICollection<System::String ^>::Remove;
bool ICollection<string>.Remove(string? item);
abstract member System.Collections.Generic.ICollection<System.String>.Remove : string -> bool
override this.System.Collections.Generic.ICollection<System.String>.Remove : string -> bool
Function Remove (item As String) As Boolean Implements ICollection(Of String).Remove

パラメーター

item
String

コレクションから削除するオブジェクト。

返品

true itemがコレクションから正常に削除された場合は |。それ以外の場合はfalse。 このメソッドは、元のコレクションにfalseが見つからない場合にもitemを返します。

実装

適用対象