JsonArray(IEnumerableJsonValue) Constructor

Initializes a new instance of the JsonArray class from a collection of JsonValue items.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public JsonArray(
	IEnumerable<JsonValue> items
)

Parameters

items  IEnumerableJsonValue
The items to be added to this JsonArray.

See Also