JsonWriterBaseTextWriter Property |
Gets the base TextWriter.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public TextWriter BaseTextWriter { get; }
Public ReadOnly Property BaseTextWriter As TextWriter
Get
member BaseTextWriter : TextWriter with get
Property Value
Type:
TextWriter
The base TextWriter.
See Also