Click or drag to resize
Json.NET Schema

JSchemaGeneratorGenerationProviders Property

 
Gets a collection of JSchemaGenerationProvider instances that are used to customize JSchema generation.

Namespace:  Newtonsoft.Json.Schema.Generation
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual IList<JSchemaGenerationProvider> GenerationProviders { get; }

Property Value

Type: IListJSchemaGenerationProvider
See Also