JsonReader Constructor (TextReader) |
Initializes a new instance of the JsonReader class.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public JsonReader(
TextReader textReader
)
Public Sub New (
textReader As TextReader
)
new :
textReader : TextReader -> JsonReader
Parameters
- textReader
- Type: System.IOTextReader
The TextReader.
See Also