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

Definice

Volání této metody vždy vyvolá NotSupportedException.

 virtual bool System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Remove(System::Text::RegularExpressions::Group ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Group ^>::Remove;
bool ICollection<Group>.Remove (System.Text.RegularExpressions.Group item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Remove : System.Text.RegularExpressions.Group -> bool
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Remove : System.Text.RegularExpressions.Group -> bool
Function Remove (item As Group) As Boolean Implements ICollection(Of Group).Remove

Parametry

item
Group

Skupina, která se má odebrat.

Návraty

Boolean

Volání této metody vždy vyvolá NotSupportedException.

Implementuje

Výjimky

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

Platí pro