GroupCollection.IList<Group>.Insert(Int32, Group) Metoda

Definice

Volání této metody vždy vyvolá 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

Parametry

index
Int32

Pozice, do které chcete skupinu vložit.

item
Group

Skupina, která se má vložit.

Implementuje

Výjimky

Tato metoda není podporována. Toto je kolekce jen pro čtení.

Platí pro