ReadOnlyCollection<T>.IList<T>.RemoveAt(Int32) Método

Definición

Quita el elemento IList<T> en el índice especificado. Esta implementación siempre produce 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

Parámetros

index
Int32

Índice de base cero del elemento que se va a quitar.

Implementaciones

Excepciones

Siempre se produce.

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ReadOnlyCollection<T> instancia se convierte en una IList<T> interfaz.

Se aplica a