CaptureCollection.IList<Capture>.Insert(Int32, Capture) メソッド

定義

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

 virtual void System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.Insert(int index, System::Text::RegularExpressions::Capture ^ item) = System::Collections::Generic::IList<System::Text::RegularExpressions::Capture ^>::Insert;
void IList<Capture>.Insert (int index, System.Text.RegularExpressions.Capture item);
abstract member System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.Insert : int * System.Text.RegularExpressions.Capture -> unit
override this.System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.Insert : int * System.Text.RegularExpressions.Capture -> unit
Sub Insert (index As Integer, item As Capture) Implements IList(Of Capture).Insert

パラメーター

index
Int32

item を挿入する位置の、0 から始まるインデックス。

item
Capture

コレクションに挿入するオブジェクト。

実装

例外

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

適用対象