GroupCollection.IList<Group>.RemoveAt(Int32) Метод

Определение

Вызов этого метода всегда вызывает.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

Параметры

index
Int32

Отсчитываемый от нуля индекс группы.

Реализации

Исключения

Этот метод не поддерживается. Это коллекция только для чтения.

Применяется к