CompoundExpressionInfo Constructor
Initializes a new instance of the
CompoundExpressionInfo class with the specified parameters
Parameters
- expression
- The string representation of the compound expression. If null or empty, it will be generated automatically.
- resultType
- The expected result type of the expression evaluation.
- infoLeft
- The ExpressionInfo for the left side of the expression. This is
null
for unary expressions. - infoRight
- The ExpressionInfo for the right side of the expression.
- operatorType
- The type of operator that defines the relationship between and .