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> インターフェイスにキャストされる場合のみ、使用できます。

適用対象