Absyn.SubstExp.SubstExp C# (CSharp) Method

SubstExp() public method

public SubstExp ( Exp r, Exp f, Exp e ) : System
r Exp
f Exp
e Exp
return System
	public SubstExp(Exp r, Exp f, Exp e)
	{
	    Replace = r;
	    Find = f;
	    Expr = e;
	}