MatchCollection.ICollection<Match>.Remove(Match) Metoda

Definice

Volání této metody vždy vyvolá 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

Parametry

item
Match

Objekt, který bude odebrán z kolekce.

Návraty

true pokud item byla úspěšně odebrána z kolekce, jinak hodnota false. Tato metoda také vrátí false , pokud item není nalezen v původní kolekci.

Implementuje

Výjimky

Kolekce je jen pro čtení.

Platí pro