共用方式為


JsonSerializableAttribute(Type) 建構函式

定義

使用指定的型別,初始化 的新實例 JsonSerializableAttribute

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)

參數

type
Type

要為其產生原始程式碼的類型。

適用於