'宣言 Public Overridable Function ResovleJsonConverter( _ ByVal name As System.String, _ ByVal value As System.Object, _ ByVal objectType As System.Type _ ) As JsonConverter
public virtual JsonConverter ResovleJsonConverter( System.string name, System.object value, System.Type objectType )
パラメータ
- name
- The property name.
- value
- The value of the object.
- objectType
- The type of the object.
戻り値の型
A converter.