JsonArray.RemoveRange(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 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
要移除的項目數目。
例外狀況
index 或 count 小於0。
index 且 count 不表示 中 JsonArray有效元素範圍。