ImmutableArray<T>.Builder.RemoveAt(Int32) 方法

定義

從陣列中移除位於指定索引處的專案。

public:
 virtual void RemoveAt(int index);
public void RemoveAt(int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

參數

index
Int32

要移除的項目的零基指數。

實作

適用於