ImmutableList<T>.IImmutableList<T>.RemoveAt(Int32) Metodo

Definizione

Rimuove l'elemento presente nell'elenco non modificabile in corrispondenza dell'indice specificato.

 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

Parametri

index
Int32

Indice dell'elemento da rimuovere.

Restituisce

Nuovo elenco con l'elemento rimosso.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ImmutableList<T> a un'interfaccia IImmutableList<T>.

Si applica a