ImmutableArray<T>.RemoveAt(Int32) Método

Definição

Devolve um array com o elemento na posição especificada removido.

public:
 System::Collections::Immutable::ImmutableArray<T> RemoveAt(int index);
public System.Collections.Immutable.ImmutableArray<T> RemoveAt(int index);
member this.RemoveAt : int -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveAt (index As Integer) As ImmutableArray(Of T)

Parâmetros

index
Int32

O índice baseado em 0 do elemento a remover do array devolvido.

Devoluções

Um novo array com o item no índice especificado removido.

Aplica-se a