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