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

Definicja

Usuwa IList<T> element w określonym indeksie. Ta implementacja NotSupportedExceptionzawsze zgłasza wyjątek .

 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

Zawsze generowany.

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ReadOnlyCollection<T> wystąpienie jest rzutowe do interfejsu IList<T> .

Dotyczy