MatchCollection.IList<Match>.Insert(Int32, Match) Metoda

Definice

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

Parametry

index
Int32

Index založený na nule, do kterého se má položka item vložit

item
Match

Objekt, který se má vložit do kolekce.

Implementuje

Výjimky

Kolekce je jen pro čtení.

Platí pro