'Declaration Public Overridable Function ResovleJsonConverter( _ ByVal name As String, _ ByVal value As Object, _ ByVal objectType As Type _ ) As JsonConverter
public virtual JsonConverter ResovleJsonConverter( string name, object value, Type objectType )
Parameters
- name
- The property name.
- value
- The value of the object.
- objectType
- The type of the object.
Return Value
A converter.