StringList.Remove(String) メソッド

定義

リストから文字列を削除します。

public:
 bool Remove(System::String ^ s);
public bool Remove (string s);
Public Function Remove (s As String) As Boolean

パラメーター

s
String

削除する文字列。

戻り値

True は s が削除され、それ以外の場合は false です。

適用対象