WrappingBsonWriterWrapped Property |
Gets the wrapped writer.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public IBsonWriter Wrapped { get; }
Public ReadOnly Property Wrapped As IBsonWriter
Get
member Wrapped : IBsonWriter with get
Property Value
Type:
IBsonWriter
The wrapped writer.
See Also