BsonSerializationContextBuilderWriter Property |
Gets the writer.
Namespace: MongoDB.Bson.SerializationAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public IBsonWriter Writer { get; }
Public ReadOnly Property Writer As IBsonWriter
Get
member Writer : IBsonWriter with get
Property Value
Type:
IBsonWriter
The writer.
See Also