DynamicJsonArray(Object[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.