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

Definición

Cuando se llama a este método, siempre se produce 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

Parámetros

item
Group

Grupo que se va a agregar a la colección.

Implementaciones

Excepciones

No se admite este método. Es una colección de solo lectura.

Se aplica a