Class JsonConstructorAttribute
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
[System.AttributeUsage(System.AttributeTargets.Constructor, AllowMultiple=false)]
public sealed class JsonConstructorAttribute : Attribute
Constructors
JsonConstructorAttribute()
Declaration
public JsonConstructorAttribute ();