Class BsonSymbolTable
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
stringThe name of the symbol.
Returns
- BsonSymbol
The symbol.