'宣言
Public Function New( _ ByVal converterType As Type, _ ByVal ParamArray converterArguments() As Object _ )
public JsonConverterAttribute( Type converterType, params object[] converterArguments )
パラメータ
- converterType
- converterArguments
'宣言
Public Function New( _ ByVal converterType As Type, _ ByVal ParamArray converterArguments() As Object _ )
public JsonConverterAttribute( Type converterType, params object[] converterArguments )