Method WriteSymbol
WriteSymbol(IBsonWriter, string, string)
Writes a BSON Symbol element to the writer.
public static void WriteSymbol(this IBsonWriter writer, string name, string value)Parameters
- writerIBsonWriter
- The writer. 
- namestring
- The name of the element. 
- valuestring
- The symbol.