ReadOnlyCollection<T>.IList<T>.RemoveAt(Int32) メソッド

定義

指定したインデックス位置にある IList<T> 項目を削除します。 この実装では、常に NotSupportedExceptionがスローされます。

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

パラメーター

index
Int32

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

実装

例外

常にスローされます。

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ReadOnlyCollection<T> インスタンスがIList<T> インターフェイスにキャストされている場合にのみ使用できます。

適用対象