Share via


GroupCollection.IList<Group>.RemoveAt(Int32) Méthode

Définition

L'appel de cette méthode lève toujours NotSupportedException.

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

Paramètres

index
Int32

Index de base zéro du groupe à supprimer.

Implémente

Exceptions

Cette méthode n'est pas prise en charge. Il s'agit d'une collection en lecture seule.

S’applique à