共用方式為


DataContractJsonSerializerSettings.UseSimpleDictionaryFormat 屬性

定義

取得或設定值,指定是否要使用簡單的字典格式。

public:
 property bool UseSimpleDictionaryFormat { bool get(); void set(bool value); };
public bool UseSimpleDictionaryFormat { get; set; }
member this.UseSimpleDictionaryFormat : bool with get, set
Public Property UseSimpleDictionaryFormat As Boolean

屬性值

true 表示使用一個簡單的字典格式,否則為 false

適用於