Json.NET - Quick Starts & API Documentation
JsonConverterAttribute Constructor (converterType)
NamespacesNewtonsoft.JsonJsonConverterAttributeJsonConverterAttribute(Type)
Initializes a new instance of the JsonConverterAttribute class.
Declaration Syntax
C#Visual BasicVisual 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: 3.5.0.0 (3.5.0.0)