JsonReader Constructor (TextReader) |
Initializes a new instance of the
JsonReader class
Namespace: X3Platform.JsonAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic JsonReader(
TextReader reader
)
public:
JsonReader(
TextReader^ reader
)
Parameters
- reader
- Type: System.IOTextReader
[Missing <param name="reader"/> documentation for "M:X3Platform.Json.JsonReader.#ctor(System.IO.TextReader)"]
See Also