CaptureCollection.ICollection<Capture>.Add(Capture) メソッド

定義

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

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

パラメーター

item
Capture

コレクションに追加するオブジェクト。

実装

例外

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

適用対象