JsonConverterAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
JsonConverterAttribute() |
JsonConverterAttribute の新しいインスタンスを初期化します。 |
JsonConverterAttribute(Type) |
指定したコンバーターの型を使用して、JsonConverterAttribute の新しいインスタンスを初期化します。 |
JsonConverterAttribute()
JsonConverterAttribute の新しいインスタンスを初期化します。
protected:
JsonConverterAttribute();
protected JsonConverterAttribute ();
Protected Sub New ()
適用対象
JsonConverterAttribute(Type)
指定したコンバーターの型を使用して、JsonConverterAttribute の新しいインスタンスを初期化します。
public:
JsonConverterAttribute(Type ^ converterType);
public JsonConverterAttribute (Type converterType);
new System.Text.Json.Serialization.JsonConverterAttribute : Type -> System.Text.Json.Serialization.JsonConverterAttribute
Public Sub New (converterType As Type)
パラメーター
- converterType
- Type
コンバーターの型。