MatchCollection.ICollection<Match>.Clear Metodo

Definizione

La chiamata di questo metodo genera sempre un'eccezione NotSupportedException.

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

Implementazioni

Eccezioni

Raccolta in sola lettura.

Commenti

Count deve essere impostato su 0 e i riferimenti ad altri oggetti degli elementi della raccolta devono essere rilasciati.

Si applica a