MatchCollection.ICollection<Match>.Remove(Match) Metodo
Definizione
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);
Function Remove (item As Match) As Boolean Implements ICollection(Of Match).Remove
Parametri
Restituisce
Implementazioni
Si applica a