ConverterParameters Property (JsonConverterAttribute)
In This Topic
The parameter list to use when constructing the JsonConverter described by ConverterType. If null, the default constructor is used.
Syntax
'Declaration
Public ReadOnly Property ConverterParameters As Object()
public object[] ConverterParameters {get;}
See Also