Method ReadRawBsonArray
ReadRawBsonArray(IBsonReader, string)
Reads a raw BSON array.
public static IByteBuffer ReadRawBsonArray(this IBsonReader reader, string name)
Parameters
reader
IBsonReaderThe reader.
name
stringThe name.
Returns
- IByteBuffer
The raw BSON array.