GroupCollection.ICollection<Group>.Remove(Group) メソッド

定義

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

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

パラメーター

item
Group

削除するグループ。

戻り値

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

実装

例外

このメソッドはサポートされていません。 これは読み取り専用のコレクションです。

適用対象