Algebra.QL.Print.Expr.VarExpr.VarExpr C# (CSharp) Method

VarExpr() public method

public VarExpr ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic
        public VarExpr(string name)
            : base(name)
        {
        }