CaptureCollection.ICollection<Capture>.Clear Método

Definição

A chamada desse método sempre lança NotSupportedException.

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

Implementações

Exceções

A coleção é somente leitura.

Aplica-se a