ImmutableArray<T>.RemoveAt(Int32) Metoda

Definicja

Zwraca tablicę z elementem w określonym położeniu usuniętym.

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

Indeks oparty na 0 elemecie, który ma być usunięty z zwróconej tablicy.

Zwraca

Nowa tablica z elementem w określonym indeksie została usunięta.

Dotyczy