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

Definición

Lanza una NotSupportedException si se llama.

 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 recuperar de la colección.

Implementaciones

Excepciones

Los elementos no se pueden quitar de una colección de solo lectura.

Se aplica a