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

定義

呼び出されると、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 から始まるインデックス番号。

実装

例外

項目は、読み取り専用コレクションからは削除できません。

適用対象