CaptureCollection.IList<Capture>.RemoveAt(Int32) Metodo

Definizione

La chiamata di questo metodo genera sempre un'eccezione 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

Parametri

index
Int32

Indice in base zero dell'elemento da rimuovere.

Implementazioni

Eccezioni

Raccolta in sola lettura.

Si applica a