ConverterParameters Property
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 System.Object()
'Usage
Dim instance As C1ConverterAttribute
Dim value() As System.Object
value = instance.ConverterParameters
public System.object[] ConverterParameters {get;}
public read-only property ConverterParameters: System.array of TObject;
public function get ConverterParameters : System.Object[]
public: __property System.Object*[]* get_ConverterParameters();
public:
property System.array<Object^>^ ConverterParameters {
System.array<Object^>^ get();
}
See Also