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

Definição

Retorna uma matriz 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 zero do elemento a ser removido da matriz retornada.

Retornos

Uma nova matriz com o item removido no índice especificado.

Aplica-se a