C# Class MongoDB.Bson.BsonSymbolTable

Represents the symbol table of BsonSymbols.
Datei anzeigen Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Public Methods

Method Description
Lookup ( string name ) : BsonSymbol

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

Method Details

Lookup() public static method

Looks up a symbol (and creates a new one if necessary).
public static Lookup ( string name ) : BsonSymbol
name string The name of the symbol.
return BsonSymbol