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

Definizione

La chiamata di questo metodo genera sempre un'eccezione 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

Parametri

item
Match

Oggetto da aggiungere alla raccolta.

Implementazioni

Eccezioni

Raccolta in sola lettura.

Si applica a