DynamicJsonObject(IDictionary<String,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 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.