MatchCollection.IList<Match>.Insert(Int32, Match) Méthode

Définition

L'appel de cette méthode lève toujours 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

Paramètres

index
Int32

Index de base zéro au niveau duquel item doit être inséré.

item
Match

Objet à insérer dans la collection.

Implémente

Exceptions

La collection est en lecture seule.

S’applique à