Method WriteRawBsonArray
WriteRawBsonArray(IByteBuffer)
Writes a raw BSON array.
public override void WriteRawBsonArray(IByteBuffer slice)Parameters
- sliceIByteBuffer
- The byte buffer containing the raw BSON array. 
Writes a raw BSON array.
public override void WriteRawBsonArray(IByteBuffer slice)slice IByteBufferThe byte buffer containing the raw BSON array.