JsonPropertyInfoValues<T>.AttributeProviderFactory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a ICustomAttributeProvider factory that maps to AttributeProvider.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.