[]
Initializes a new instance of the C1ConverterAttribute class.
protected C1ConverterAttribute(Type converterType)
| Type | Name | Description |
|---|---|---|
| Type | converterType | Type of the converter. |
Initializes a new instance of the C1ConverterAttribute class.
protected C1ConverterAttribute(Type converterType, params object[] converterParameters)
| Type | Name | Description |
|---|---|---|
| Type | converterType | Type of the converter. |
| object[] | converterParameters | Parameter list to use when constructing the JsonConverter. Can be null. |