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

Definição

Os itens não podem ser removidos de uma coleção de apenas leitura.

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt(int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

Parâmetros

index
Int32

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

Implementações

Exceções

Os itens não podem ser removidos de uma coleção de apenas leitura.

Observações

Lança um NotSupportedException lançamento se for chamado.

Aplica-se a