GroupCollection.ICollection<Group>.Add(Group) Metoda

Definice

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

Parametry

item
Group

Skupina, která se má přidat do kolekce.

Implementuje

Výjimky

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

Platí pro