|
Enhanced C#
Loyc 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 | Get (UString name) |
| static Symbol | GetIfExists (UString name) |
| static Symbol | GetById (int id) |
| static bool | IsNullOrEmpty (Symbol symbol) |
1.8.7