Table of Contents

Class BsonSymbolTable

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Represents the symbol table of BsonSymbols.

public static class BsonSymbolTable
Inheritance
BsonSymbolTable
Inherited Members

Methods

Lookup(string)

Looks up a symbol (and creates a new one if necessary).

public static BsonSymbol Lookup(string name)

Parameters

name string

The name of the symbol.

Returns

BsonSymbol

The symbol.