ImmutableArray<T>.RemoveAt(Int32) Metoda

Definice

Vrátí matici s odebraným prvkem na zadané pozici.

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)

Parametry

index
Int32

Index založený na 0 prvku, který se má odebrat z vráceného pole.

Návraty

Nové pole s odebranou položkou v zadaném indexu.

Platí pro