英語で読む 編集

次の方法で共有


JsonArray.AddRange Method

Definition

Overloads

AddRange(IEnumerable<JsonValue>)

Source:
JsonArray.cs
C#
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[])

Source:
JsonArray.cs
C#
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