Enhanced C#
Language of your choice: library documentation
|
This class produces global symbols. More...
This class produces global symbols.
Call GSymbol.Get() to create a Symbol from a string, or GSymbol.GetIfExists() to find a Symbol that has already been created.
Symbols in the global pool are weak-referenced to allow garbage collection.
Public static fields | |
static readonly Symbol | Empty |
static readonly SymbolPool | Pool |
Static Public Member Functions | |
static Symbol | Get (string name) |
static Symbol | GetIfExists (string name) |
static Symbol | GetById (int id) |