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

Definição

Gera um NotSupportedException se for chamado.

 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

O índice baseado em zero do elemento a ser recuperado da coleção.

Implementações

Exceções

Itens não podem ser removidos de uma coleção somente leitura.

Aplica-se a