Click or drag to resize
JsonArray Constructor (IEnumerableJsonValue)
Creates new JSON array that contains elements copied from the given collection.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonArray(
	IEnumerable<JsonValue> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableJsonValue
The collection whose elements to copy to the new array.
See Also