ExprBinOp sealed class ExprBinOp : ExprOperator Documentation Code public Expr OptionalLeftChild { get; set; } public Expr OptionalRightChild { get; set; } public ExprBinOp(ExpressionKind kind, CType type, Expr left, Expr right) public ExprBinOp(ExpressionKind kind, CType type, Expr left, Expr right, Expr call, MethPropWithInst userMethod) public void SetAssignment()