ImmutableArray<T>.IImmutableList<T>.RemoveAt(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna uma matriz com o elemento na posição especificada removida.
virtual System::Collections::Immutable::IImmutableList<T> ^ System.Collections.Immutable.IImmutableList<T>.RemoveAt(int index) = System::Collections::Immutable::IImmutableList<T>::RemoveAt;
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.RemoveAt(int index);
abstract member System.Collections.Immutable.IImmutableList<T>.RemoveAt : int -> System.Collections.Immutable.IImmutableList<'T>
override this.System.Collections.Immutable.IImmutableList<T>.RemoveAt : int -> System.Collections.Immutable.IImmutableList<'T>
Function RemoveAt (index As Integer) As IImmutableList(Of T) Implements IImmutableList(Of T).RemoveAt
Parâmetros
- index
- Int32
O índice baseado em 0 do elemento a ser removido da matriz retornada.
Retornos
Uma nova matriz com o item especificado removido.
Implementações
Comentários
Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a ImmutableArray<T> instância é convertida em uma IImmutableList<T> interface.