Compartilhar via


JsonTypeInfo.ConstructorAttributeProvider Propriedade

Definição

Obtém ou define um provedor de atributo correspondente ao construtor de desserialização.

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

Valor da propriedade

Exceções

A instância de JsonPropertyInfo foi bloqueada para modificação adicional.

Comentários

Ao resolver metadados por meio dos resolvedores internos, isso será preenchido com

o ConstructorInfo subjacente da propriedade ou campo serializado.

Aplica-se a