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