ArraySegment<T>.IList<T>.RemoveAt(Int32) Metoda

Definice

NotSupportedException Vyvolá výjimku ve všech případech.

 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

Parametry

index
Int32

Z nuly vycházející index položky k odebrání.

Implementuje

Výjimky

Ve všech případech

Poznámky

Tato metoda vždy vyvolá výjimku NotSupportedException , protože segment pole nelze kontraktovat.

Platí pro