Method WriteSymbol
WriteSymbol(string)
Writes a BSON Symbol to the writer.
public abstract void WriteSymbol(string value)Parameters
- valuestring
- The symbol. 
Writes a BSON Symbol to the writer.
public abstract void WriteSymbol(string value)value stringThe symbol.