Click or drag to resize
Json.NET Schema

JSchemaGenerationProviderAttributeProviderParameters Property

 
The parameter list to use when constructing the JSchemaGenerationProvider described by ProviderType. If null, the default constructor is used.

Namespace:  Newtonsoft.Json.Schema.Generation
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public Object[] ProviderParameters { get; }

Property Value

Type: Object
See Also