CaptureCollection.IList<Capture>.RemoveAt(Int32) Método

Definición

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

 virtual void System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.RemoveAt(int index) = System::Collections::Generic::IList<System::Text::RegularExpressions::Capture ^>::RemoveAt;
void IList<Capture>.RemoveAt (int index);
abstract member System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.RemoveAt : int -> unit
override this.System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList(Of Capture).RemoveAt

Parámetros

index
Int32

Índice de base cero del elemento que se va a quitar.

Implementaciones

Excepciones

La colección es de solo lectura.

Se aplica a