Click or drag to resize
JsonReader Constructor (TextReader)
Initializes a new instance of the JsonReader class.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
public JsonReader(
	TextReader textReader
)

Parameters

textReader
Type: System.IOTextReader
The TextReader.
See Also