ImmutableArray<T>.RemoveAt(Int32) Metódus

Definíció

Egy tömböt ad vissza, amely a megadott pozícióban lévő elemet eltávolítja.

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

Paraméterek

index
Int32

A visszaadott tömbből eltávolítandó elem 0-alapú indexe.

Válaszok

Egy új tömb, amelyen a megadott indexben lévő elem el lett távolítva.

A következőre érvényes: