Json.NET - Quick Starts & API Documentation
Reader Property
Namespaces ► Newtonsoft.Json ► JsonValidatingReader ► Reader
Gets the JsonReader used to construct this JsonValidatingReader.

C# | Visual Basic | Visual C++ |
public JsonReader Reader { get; }
Public ReadOnly Property Reader As JsonReader Get
public: property JsonReader^ Reader { JsonReader^ get (); }

The JsonReader specified in the constructor.