点击或拖拽改变大小

JsonDeserializeCtorAttribute 构造函数

反序列化时的指定构造函数以及参数,args必须和构造函数参数匹配 Deserializing the specified constructor and parameters, args must match the constructor parameters

命名空间:  CPF.Windows.Json
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public JsonDeserializeCtorAttribute(
	params Object[] args
)

参数

args
类型:SystemObject
该构造函数的参数,The parameters of the constructor
参见