Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public static fields | Static Public Member Functions | List of all members
Loyc.GSymbol Class Reference

This class produces global symbols. More...


Source file:

Remarks

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)