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