GOLD.Engine.Symbol.Symbol C# (CSharp) Méthode

Symbol() private méthode

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