GroupCollection.IList<Group>.Insert(Int32, Group) メソッド

定義

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

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

パラメーター

index
Int32

グループを挿入する位置。

item
Group

挿入するグループ。

実装

例外

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

適用対象