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

Definição

A chamada desse método sempre lança 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

Parâmetros

item
Group

O grupo a ser removido.

Retornos

Boolean

A chamada desse método sempre lança NotSupportedException.

Implementações

Exceções

Não há suporte para o método. Esta é uma coleção somente leitura.

Aplica-se a