C# Class Newtonsoft.Json.JsonValidatingReader.SchemaScope

Show file Open project: JamesNK/Newtonsoft.Json Class Usage Examples

Public Methods

Method Description
SchemaScope ( JTokenType tokenType, IList schemas ) : System

Private Methods

Method Description
GetRequiredProperties ( JsonSchemaModel schema ) : IEnumerable

Method Details

SchemaScope() public method

public SchemaScope ( JTokenType tokenType, IList schemas ) : System
tokenType JTokenType
schemas IList
return System