Sdílet prostřednictvím


JsonSerializableAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci JsonSerializableAttribute se zadaným typem.

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)

Parametry

type
Type

Typ, pro který chcete vygenerovat zdrojový kód.

Platí pro