IImmutableList<T>.RemoveAt(Int32) Metoda

Definicja

Usuwa element w określonym indeksie listy niezmiennej.

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

Parametry

index
Int32

Indeks elementu do usunięcia.

Zwraca

Nowa lista z usuniętym elementem.

Dotyczy