IImmutableList<T>.RemoveAt(Int32) Metod

Definition

Tar bort elementet i det angivna indexet för den oföränderliga listan.

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)

Parametrar

index
Int32

Indexet för elementet som ska tas bort.

Returer

En ny lista med elementet borttaget.

Gäller för