[]
        
(Showing Draft Content)

C1.JsonNet.JsonConverterAttribute.-ctor

JsonConverterAttribute Constructor

JsonConverterAttribute(Type)

Creates an instance of JsonConverterAttribute.

Declaration
public JsonConverterAttribute(Type converterType)
Parameters
Type Name Description
Type converterType

The converter type.

JsonConverterAttribute(Type, params object[])

Creates an instance of JsonConverterAttribute.

Declaration
public JsonConverterAttribute(Type converterType, params object[] converterParameters)
Parameters
Type Name Description
Type converterType

The converter type.

object[] converterParameters

The parameters which used to create the converter instance.