Click or drag to resize
Json.NET Schema

ExternalSchema Constructor (JSchema)

 
Initializes a new instance of the ExternalSchema class with the specified JSchema.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public ExternalSchema(
	JSchema schema
)

Parameters

schema
Type: Newtonsoft.Json.SchemaJSchema
The schema.
See Also