ExprMulti sealed class ExprMulti : ExprWithType Documentation Code public Expr Left { get; set; } public Expr Operator { get; set; } public ExprMulti(CType type, EXPRFLAG flags, Expr left, Expr op)