MatchCollection.IList<Match>.Insert(Int32, Match) メソッド

定義

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

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

パラメーター

index
Int32

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

item
Match

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

実装

例外

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

適用対象