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

Definição

Itens não podem ser removidos de uma coleção somente 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 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.

Comentários

Gera um NotSupportedException se for chamado.

Aplica-se a