Creates a new Expr object.
Creates an Expr whose value is given by the supplied object.
public Expr(object);
Creates an Expr with the given head and arguments.
public Expr(object,params object[]);
Creates an Expr representing a Mathematica Integer, Real, String, or Symbol whose value is given by the supplied string (for example "2", "3.14", "Plus", or "True").
public Expr(ExpressionType,string);
Expr Class | Wolfram.NETLink Namespace