| BsonReaderReadBytes Method | 
            Reads BSON binary data from the reader.
            
 
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
 Syntax
Syntaxpublic abstract byte[] ReadBytes()
Public MustOverride Function ReadBytes As Byte()
abstract ReadBytes : unit -> byte[] 
Return Value
Type: 
ByteA byte array.
Implements
IBsonReaderReadBytes See Also
See Also