ExprConcat sealed class ExprConcat : ExprWithType Documentation Code public Expr FirstArgument { get; set; } public Expr SecondArgument { get; set; } public ExprConcat(Expr first, Expr second)