Click or drag to resize
JsonReader Constructor
Overload List
  NameDescription
Public methodJsonReader(TextReader)
Initializes a new instance of the JsonReader class.
Public methodJsonReader(String)
Initializes a new instance of the JsonReader class.
Public methodJsonReader(TextReader, JsonReaderSettings)
Initializes a new instance of the JsonReader class.
Public methodJsonReader(String, JsonReaderSettings)
Initializes a new instance of the JsonReader class.
Top
See Also