Method Lookup
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.
Looks up a symbol (and creates a new one if necessary).
public static BsonSymbol Lookup(string name)
name
stringThe name of the symbol.
The symbol.