ExprMulti sealed class ExprMulti : ExprWithType Documentation public Expr Left { get; set; } public Expr Operator { get; set; } public ExprMulti(CType type)