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