CaptureCollection.IList<Capture>.RemoveAt(Int32) メソッド

定義

このメソッドを呼び出すと、必ず NotSupportedException がスローされます。

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

パラメーター

index
Int32

削除する項目の 0 から始まるインデックス。

実装

例外

コレクションは読み取り専用です。

適用対象