MatchCollection.ICollection<Match>.Remove(Match) メソッド

定義

このメソッドを呼び出すと、必ず NotSupportedException がスローされます。

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

パラメーター

item
Match

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

戻り値

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

実装

例外

コレクションは読み取り専用です。

適用対象