Partilhar via


JsonSerializableAttribute(Type) Construtor

Definição

Inicializa uma nova instância com JsonSerializableAttribute o tipo especificado.

public:
 JsonSerializableAttribute(Type ^ type);
public JsonSerializableAttribute (Type type);
new System.Text.Json.Serialization.JsonSerializableAttribute : Type -> System.Text.Json.Serialization.JsonSerializableAttribute
Public Sub New (type As Type)

Parâmetros

type
Type

O tipo para o qual gerar o código-fonte.

Aplica-se a