MatchCollection.IList<Match>.RemoveAt(Int32) Metodo

Definizione

La chiamata di questo metodo genera sempre un'eccezione NotSupportedException.

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

Parametri

index
Int32

Indice in base zero dell'elemento da rimuovere.

Implementazioni

Eccezioni

Raccolta in sola lettura.

Si applica a