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

Definición

Cuando se llama a este método, siempre se produce 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

Índice de base cero del grupo que se va a quitar.

Implementaciones

Excepciones

No se admite este método. Es una colección de solo lectura.

Se aplica a