共用方式為


DynamicJsonObject(IDictionary<String,Object>) 建構函式

定義

使用指定的域值, DynamicJsonObject 初始化 類別的新實例。

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))

參數

values
IDictionary<String,Object>

要新增至 DynamicJsonObject 實例做為動態成員的屬性名稱和值字典。

適用於