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

Definice

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

 virtual void System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Add(System::Text::RegularExpressions::Match ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Match ^>::Add;
void ICollection<Match>.Add (System.Text.RegularExpressions.Match item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Add : System.Text.RegularExpressions.Match -> unit
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Add : System.Text.RegularExpressions.Match -> unit
Sub Add (item As Match) Implements ICollection(Of Match).Add

Parametry

item
Match

Objekt, který má být přidán do kolekce.

Implementuje

Výjimky

Kolekce je jen pro čtení.

Platí pro