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

Definición

Devuelve una matriz con el elemento en la posición especificada quitada.

 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

Índice basado en 0 del elemento que se va a quitar de la matriz devuelta.

Devoluciones

Nueva matriz con el elemento especificado quitado.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ImmutableArray<T> instancia se convierte en una IImmutableList<T> interfaz.

Se aplica a