Method WriteRawBsonArray
WriteRawBsonArray(IBsonWriter, string, IByteBuffer)
Writes a raw BSON array.
public static void WriteRawBsonArray(this IBsonWriter writer, string name, IByteBuffer slice)Parameters
- writerIBsonWriter
- The writer. 
- namestring
- The name. 
- sliceIByteBuffer
- The byte buffer containing the raw BSON array.