Edit

Share via


JsonPropertyInfoValues<T>.AttributeProviderFactory Property

Definition

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

Property Value

Applies to