GOLD.Engine.Symbol.Symbol C# (CSharp) Method

Symbol() private method

private Symbol ( string name, SymbolType type, ushort tableIndex ) : System
name string
type SymbolType
tableIndex ushort
return System
        internal Symbol(string name, SymbolType type, ushort tableIndex)
        {
            Name = name;
            Type = type;
            TableIndex = tableIndex;
        }