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 JsonPropertyInfo instância foi bloqueada para modificação adicional.

Comentários

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

o subjacente ConstructorInfo da propriedade ou campo serializado.

Aplica-se a