GroupCollection.ICollection<Group>.Add(Group) Méthode

Définition

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

 virtual void System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Add(System::Text::RegularExpressions::Group ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Group ^>::Add;
void ICollection<Group>.Add (System.Text.RegularExpressions.Group item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Add : System.Text.RegularExpressions.Group -> unit
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Add : System.Text.RegularExpressions.Group -> unit
Sub Add (item As Group) Implements ICollection(Of Group).Add

Paramètres

item
Group

Groupe à ajouter à la collection.

Implémente

Exceptions

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

S’applique à