ImmutableArray<T>.RemoveAt(Int32) Metoda

Definice

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

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 prvku založený na 0, který se má odebrat z vráceného pole.

Návraty

Bylo odebráno nové pole s položkou v zadaném indexu.

Platí pro