BsonDocumentWrapper Constructor (Object) |
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax public BsonDocumentWrapper(
Object value
)
Public Sub New (
value As Object
)
new :
value : Object -> BsonDocumentWrapper
Parameters
- value
- Type: SystemObject
The value.
See Also