Method WriteRawBsonArray
WriteRawBsonArray(IBsonWriter, string, IByteBuffer)
Writes a raw BSON array.
public static void WriteRawBsonArray(this IBsonWriter writer, string name, IByteBuffer slice)
Parameters
writer
IBsonWriterThe writer.
name
stringThe name.
slice
IByteBufferThe byte buffer containing the raw BSON array.