DynamicJsonObject(IDictionary<String,Object>) Constructor

Definition

Initializes a new instance of the DynamicJsonObject class using the specified field values.

public DynamicJsonObject (System.Collections.Generic.IDictionary<string,object> values);
new System.Web.Helpers.DynamicJsonObject : System.Collections.Generic.IDictionary<string, obj> -> System.Web.Helpers.DynamicJsonObject
Public Sub New (values As IDictionary(Of String, Object))

Parameters

values
IDictionary<String,Object>

A dictionary of property names and values to add to the DynamicJsonObject instance as dynamic members.

Applies to