MatchCollection.ICollection<Match>.Clear Método

Definição

A chamada desse método sempre lança 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

Implementações

Exceções

A coleção é somente leitura.

Comentários

Count deve ser definido como 0 e as referências a outros objetos de elementos da coleção devem ser liberadas.

Aplica-se a