Represents the symbol table of BsonSymbols.
Inheritance Hierarchy
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntaxpublic static class BsonSymbolTable
Public NotInheritable Class BsonSymbolTable
[<AbstractClassAttribute>]
[<SealedAttribute>]
type BsonSymbolTable = class end
The BsonSymbolTable type exposes the following members.
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | Lookup |
Looks up a symbol (and creates a new one if necessary).
|
Top
See Also