JsonTypeInfo.ConstructorAttributeProvider 属性

定义

获取或设置与反序列化构造函数对应的属性提供程序。

public:
 property System::Reflection::ICustomAttributeProvider ^ ConstructorAttributeProvider { System::Reflection::ICustomAttributeProvider ^ get(); };
public System.Reflection.ICustomAttributeProvider? ConstructorAttributeProvider { get; }
member this.ConstructorAttributeProvider : System.Reflection.ICustomAttributeProvider
Public ReadOnly Property ConstructorAttributeProvider As ICustomAttributeProvider

属性值

例外

JsonPropertyInfo 实例已被锁定以供进一步修改。

注解

通过内置解析程序解析元数据时,将使用

序列化属性或字段的基础 ConstructorInfo

适用于