CaptureCollection.ICollection<Capture>.Remove(Capture) Método

Definición

Cuando se llama a este método, siempre se produce NotSupportedException.

 virtual bool System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Remove(System::Text::RegularExpressions::Capture ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Capture ^>::Remove;
bool ICollection<Capture>.Remove (System.Text.RegularExpressions.Capture item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Remove : System.Text.RegularExpressions.Capture -> bool
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Remove : System.Text.RegularExpressions.Capture -> bool
Function Remove (item As Capture) As Boolean Implements ICollection(Of Capture).Remove

Parámetros

item
Capture

Objeto que se quitará de la colección.

Devoluciones

Cuando se llama a este método, siempre se produce NotSupportedException.

Implementaciones

Excepciones

La colección es de solo lectura.

Se aplica a