Click or drag to resize

JSONArray Constructor (IEnumerableObject)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a JSONObject from a list of objects.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public JSONArray(
	IEnumerable<Object> copy
)

Parameters

copy
Type: System.Collections.GenericIEnumerableObject
The list of objects.
See Also