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

Definition

Beim Aufrufen dieser Methode wird immer eine NotSupportedException ausgelöst.

 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

Parameter

index
Int32

Der nullbasierte Index des zu entfernenden Elements.

Implementiert

Ausnahmen

Die Auflistung ist schreibgeschützt.

Gilt für: