ImmutableArray<T>.IImmutableList<T>.RemoveAt(Int32) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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> .