Table of Contents

Method WriteSymbol

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

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 IBsonWriter

The writer.

name string

The name of the element.

value string

The symbol.