JsonArray.AddRange Method

Definition

Overloads

AddRange(IEnumerable<JsonValue>)

public void AddRange (System.Collections.Generic.IEnumerable<System.Json.JsonValue> items);

Parameters

Remarks

참고

The System.Json namespace was designed for Silverlight, which is no longer supported. For processing JSON, we recommend using APIs in the System.Text.Json namespace instead.

Applies to

AddRange(JsonValue[])

public void AddRange (params System.Json.JsonValue[] items);

Parameters

items
JsonValue[]

Remarks

참고

The System.Json namespace was designed for Silverlight, which is no longer supported. For processing JSON, we recommend using APIs in the System.Text.Json namespace instead.

Applies to