record TgoBsonSymbolTable
Unit
Grijjy.Bson
Declaration
type TgoBsonSymbolTable = record
Description
A table used to lookup TgoBsonSymbol values
Overview
Methods
Description
Methods
class function Lookup(const AName: String): TgoBsonSymbol; static; |
Looks up a symbol.
If the table already contains a symbol with the given name, then that symbol is returned. Otherwise, a new symbol is added to the table.
Parameters
- AName
- the name of the symbol the
lookup .
Returns
A symbol with the given name. |
Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26
|