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

Definicja

Wywołanie tej metody zawsze zgłasza błąd 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

Grupa do dodania do kolekcji.

Implementuje

Wyjątki

Ta metoda nie jest obsługiwana. Jest to kolekcja tylko do odczytu.

Dotyczy