BsonWriterDisposed Property |
Gets whether the BsonWriter has been disposed.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax public bool Disposed { get; }
Public ReadOnly Property Disposed As Boolean
Get
member Disposed : bool with get
Property Value
Type:
BooleanSee Also