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

ソース コードを生成する型。

適用対象