JsonArray.RemoveRange(Int32, Int32) 方法

定義

JsonArray移除項目範圍。

public:
 void RemoveRange(int index, int count);
public void RemoveRange(int index, int count);
member this.RemoveRange : int * int -> unit
Public Sub RemoveRange (index As Integer, count As Integer)

參數

index
Int32

要移除元素範圍的零基起始指標。

count
Int32

要移除的項目數目。

例外狀況

indexcount 小於0。

indexcount 不表示 中 JsonArray有效元素範圍。

適用於