GroupCollection.IList<Group>.RemoveAt(Int32) Método

Definição

A chamada desse método sempre lança 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

Parâmetros

index
Int32

O índice baseado em zero do grupo a ser removido.

Implementações

Exceções

Não há suporte para o método. Esta é uma coleção somente leitura.

Aplica-se a