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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.