ImmutableArray<T>.IImmutableList<T>.RemoveAt(Int32) Metoda

Definicja

Zwraca tablicę z elementem na określonej pozycji usunięte.

 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

Parametry

index
Int32

Indeks oparty na 0 elemecie, który ma zostać usunięty z zwracanej tablicy.

Zwraca

Nowa tablica z usuniętym określonym elementem.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ImmutableArray<T> wystąpienie jest rzutowe do interfejsu IImmutableList<T> .

Dotyczy