Class JsonConverterAttribute
Inheritance
JsonConverterAttribute
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct | System.AttributeTargets.Enum | System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Parameter, AllowMultiple=false)]
public sealed class JsonConverterAttribute : Attribute
Constructors
Declaration
public JsonConverterAttribute (Type converterType);
Parameters
Declaration
public JsonConverterAttribute (Type converterType, params object[] converterParameters);
Parameters
Properties
Declaration
public object[] ConverterParameters { get; }
Property Value
Declaration
public Type ConverterType { get; }
Property Value