ImmutableArray<T>.RemoveAt(Int32) 方法

定義

傳回數位,其項目位於已移除的指定位置。

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)

參數

index
Int32

從回傳陣列中移除元素的 0 為基礎的索引。

傳回

移除一個新陣列,並將指定索引的項目移除。

適用於