ArraySegment<T>.IList<T>.RemoveAt(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
常に 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 から始まるインデックス。
実装
例外
すべての場合。
注釈
配列セグメントをコントラクトできないため、このメソッドは常に a NotSupportedException をスローします。