Click or drag to resize

BsonWriter Properties

The BsonWriter type exposes the following members.

Properties
  NameDescription
Public propertyDisposed
Gets whether the BsonWriter has been disposed.
Protected propertyName
Gets the name of the element being written.
Public propertyPosition
Gets the position. Not all writers are able to report the position. Those that can't simply return zero.
Public propertySerializationDepth
Gets the current serialization depth.
Public propertySettings
Gets the settings of the writer.
Public propertyState
Gets the current state of the writer.
Top
See Also