XSpect.Yacq.Expressions.YacqExpression.YacqExpression C# (CSharp) Method

YacqExpression() protected method

Constructs a new instance of YacqExpression.
protected YacqExpression ( SymbolTable symbols ) : System
symbols XSpect.Yacq.Symbols.SymbolTable The symbol table linked with this expression.
return System
        protected YacqExpression(SymbolTable symbols)
        {
            this._reducedExpressions = new Dictionary<Int32, Expression>();
            this.Symbols = symbols ?? new SymbolTable();
        }