JsonObjectInfoValues<T>.ConstructorAttributeProviderFactory プロパティ

定義

逆シリアル化コンストラクターに対応する遅延属性プロバイダーを提供します。

public:
 property Func<System::Reflection::ICustomAttributeProvider ^> ^ ConstructorAttributeProviderFactory { Func<System::Reflection::ICustomAttributeProvider ^> ^ get(); void set(Func<System::Reflection::ICustomAttributeProvider ^> ^ value); };
public Func<System.Reflection.ICustomAttributeProvider>? ConstructorAttributeProviderFactory { get; init; }
member this.ConstructorAttributeProviderFactory : Func<System.Reflection.ICustomAttributeProvider> with get, set
Public Property ConstructorAttributeProviderFactory As Func(Of ICustomAttributeProvider)

プロパティ値

適用対象