Click or drag to resize
Json.NET Schema

JSchemaValidatingReaderClose Method

 
Changes the reader's state to Closed. If CloseInput is set to true, the underlying JsonReader is also closed.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual void Close()
See Also