Newtonsoft.Json.Schema.JsonSchemaResolver.JsonSchemaResolver C# (CSharp) Method

JsonSchemaResolver() public method

Initializes a new instance of the JsonSchemaResolver class.
public JsonSchemaResolver ( ) : System
return System
    public JsonSchemaResolver()
    {
      LoadedSchemas = new List<JsonSchema>();
    }