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

要從傳回的陣列中移除之項目以零為起始的索引。

傳回

已移除指定索引處之項目的新陣列。

適用於