CaptureCollection.IList<Capture>.Insert(Int32, Capture) 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>.Insert(int index, System::Text::RegularExpressions::Capture ^ item) = System::Collections::Generic::IList<System::Text::RegularExpressions::Capture ^>::Insert;
void IList<Capture>.Insert (int index, System.Text.RegularExpressions.Capture item);
abstract member System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.Insert : int * System.Text.RegularExpressions.Capture -> unit
override this.System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.Insert : int * System.Text.RegularExpressions.Capture -> unit
Sub Insert (index As Integer, item As Capture) Implements IList(Of Capture).Insert

Parámetros

index
Int32

Índice basado en cero en el que debe insertarse item.

item
Capture

El objeto que se va a insertar en la colección.

Implementaciones

Excepciones

La colección es de solo lectura.

Se aplica a