CaptureCollection.ICollection<Capture>.Clear メソッド

定義

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

 virtual void System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Clear() = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Capture ^>::Clear;
void ICollection<Capture>.Clear ();
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of Capture).Clear

実装

例外

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

適用対象