MatchCollection.ICollection<Match>.Remove(Match) Método

Definição

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

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

Parâmetros

item
Match

O objeto a ser removido da coleção.

Retornos

Boolean

true se item foi removido da coleção com êxito; caso contrário, false. Esse método também retornará false se item não tiver sido encontrado na coleção original.

Implementações

Exceções

A coleção é somente leitura.

Aplica-se a