JsonConverterAttribute Constructor (converterType)

Json.NET

Json.NET - Quick Starts & API Documentation JsonConverterAttribute Constructor (converterType)
NamespacesNewtonsoft.JsonJsonConverterAttributeJsonConverterAttribute(Type)
Initializes a new instance of the JsonConverterAttribute class.
Declaration Syntax
C# Visual Basic Visual C++
public JsonConverterAttribute(
	Type converterType
)
Public Sub New ( _
	converterType As Type _
)
public:
JsonConverterAttribute(
	Type^ converterType
)
Parameters
converterType (Type)
Type of the converter.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)