| RawBsonDocumentMaterialize Method  | 
 
            Materializes the RawBsonDocument into a regular BsonDocument.
            
 
    Namespace: 
   MongoDB.Bson
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
 Syntax
Syntaxpublic BsonDocument Materialize(
	BsonBinaryReaderSettings binaryReaderSettings
)
Public Function Materialize ( 
	binaryReaderSettings As BsonBinaryReaderSettings
) As BsonDocument
member Materialize : 
        binaryReaderSettings : BsonBinaryReaderSettings -> BsonDocument 
Parameters
- binaryReaderSettings
- Type: MongoDB.Bson.IOBsonBinaryReaderSettings
 The binary reader settings.
Return Value
Type: 
BsonDocumentA BsonDocument.
 See Also
See Also