[]
Creates an instance of JsonConverterAttribute.
public JsonConverterAttribute(Type converterType)
Public Sub New(converterType As Type)
| Type | Name | Description |
|---|---|---|
| Type | converterType | The converter type. |
Creates an instance of JsonConverterAttribute.
public JsonConverterAttribute(Type converterType, params object[] converterParameters)
Public Sub New(converterType As Type, ParamArray converterParameters As Object())
| Type | Name | Description |
|---|---|---|
| Type | converterType | The converter type. |
| object[] | converterParameters | The parameters which used to create the converter instance. |