DynamicJsonArray(Object[]) Constructor

Definition

Initializes a new instance of the DynamicJsonArray class using the specified array element values.

public DynamicJsonArray (object[] arrayValues);
new System.Web.Helpers.DynamicJsonArray : obj[] -> System.Web.Helpers.DynamicJsonArray
Public Sub New (arrayValues As Object())

Parameters

arrayValues
Object[]

An array of objects that contains the values to add to the DynamicJsonArray instance.

Applies to