
Declaration Syntax
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)