CaptureCollection.ICollection<Capture>.Clear Método

Definición

Cuando se llama a este método, siempre se produce 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

Implementaciones

Excepciones

La colección es de solo lectura.

Se aplica a