GOLD.Engine.Symbol.Symbol C# (CSharp) 메소드

Symbol() 개인적인 메소드

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