Class JsonDictionaryAttribute
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class JsonDictionaryAttribute : Newtonsoft.Json.JsonContainerAttribute
Constructors
JsonDictionaryAttribute()
Declaration
public JsonDictionaryAttribute ();