ImmutableList<T>.RemoveAt(Int32) Metoda

Definicja

Usuwa element w określonym indeksie.

public:
 System::Collections::Immutable::ImmutableList<T> ^ RemoveAt(int index);
public System.Collections.Immutable.ImmutableList<T> RemoveAt (int index);
member this.RemoveAt : int -> System.Collections.Immutable.ImmutableList<'T>
Public Function RemoveAt (index As Integer) As ImmutableList(Of T)

Parametry

index
Int32

Indeks zerowy elementu do usunięcia.

Zwraca

Nowa lista z usuniętym elementem.

Dotyczy