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

要删除的组的从零开始的索引。

实现

例外

不支持此方法。 这是一个只读集合。

适用于