Method WriteRawBsonArray
WriteRawBsonArray(IBsonWriter, string, IByteBuffer)
Writes a raw BSON array.
Parameters
writer
IBsonWriter The writer.
name
stringThe name.
slice
IByteBuffer The byte buffer containing the raw BSON array.
Writes a raw BSON array.
writer
IBsonThe writer.
name
stringThe name.
slice
IByteThe byte buffer containing the raw BSON array.