GroupCollection.IList<Group>.RemoveAt(Int32) Method

Definition

Calling this method always throws NotSupportedException.

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

Parameters

index
Int32

The zero-based index of the group to remove.

Implements

Exceptions

This method is not supported. This is a read-only collection.

Applies to