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
writer
IBsonWriterThe writer.
name
stringThe name of the element.
value
stringThe symbol.