JsonDerivedType コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
JsonDerivedType(Type) |
サポートされている派生型を JsonDerivedType 表す クラスの新しいインスタンスを、型判別子なしで初期化します。 |
JsonDerivedType(Type, Int32) |
整数型識別子を使用して JsonDerivedType 、サポートされている派生型を表す クラスの新しいインスタンスを初期化します。 |
JsonDerivedType(Type, String) |
文字列型識別子を使用して JsonDerivedType 、サポートされている派生型を表す クラスの新しいインスタンスを初期化します。 |
JsonDerivedType(Type)
サポートされている派生型を JsonDerivedType 表す クラスの新しいインスタンスを、型判別子なしで初期化します。
public:
JsonDerivedType(Type ^ derivedType);
public JsonDerivedType (Type derivedType);
new System.Text.Json.Serialization.Metadata.JsonDerivedType : Type -> System.Text.Json.Serialization.Metadata.JsonDerivedType
Public Sub New (derivedType As Type)
パラメーター
- derivedType
- Type
ポリモーフィック型メタデータでサポートされる派生型。
適用対象
JsonDerivedType(Type, Int32)
整数型識別子を使用して JsonDerivedType 、サポートされている派生型を表す クラスの新しいインスタンスを初期化します。
public:
JsonDerivedType(Type ^ derivedType, int typeDiscriminator);
public JsonDerivedType (Type derivedType, int typeDiscriminator);
new System.Text.Json.Serialization.Metadata.JsonDerivedType : Type * int -> System.Text.Json.Serialization.Metadata.JsonDerivedType
Public Sub New (derivedType As Type, typeDiscriminator As Integer)
パラメーター
- derivedType
- Type
ポリモーフィック型メタデータでサポートされる派生型。
- typeDiscriminator
- Int32
派生型に関連付けられる型識別子。
適用対象
JsonDerivedType(Type, String)
文字列型識別子を使用して JsonDerivedType 、サポートされている派生型を表す クラスの新しいインスタンスを初期化します。
public:
JsonDerivedType(Type ^ derivedType, System::String ^ typeDiscriminator);
public JsonDerivedType (Type derivedType, string typeDiscriminator);
new System.Text.Json.Serialization.Metadata.JsonDerivedType : Type * string -> System.Text.Json.Serialization.Metadata.JsonDerivedType
Public Sub New (derivedType As Type, typeDiscriminator As String)
パラメーター
- derivedType
- Type
ポリモーフィック型メタデータでサポートされる派生型。
- typeDiscriminator
- String
派生型に関連付けられる型識別子。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET