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

Definicja

Zgłasza NotSupportedException wyjątek we wszystkich przypadkach.

 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

Liczony od zera indeks elementu, który ma zostać usunięty.

Implementuje

Wyjątki

We wszystkich przypadkach.

Uwagi

Ta metoda zawsze zgłasza wyjątek NotSupportedException , ponieważ nie można zakontraktować segmentu tablicy.

Dotyczy