[]
Initializes a new instance of the CompoundExpressionInfo class with the specified parameters
public CompoundExpressionInfo(string expression, ExpressionResultType resultType, ExpressionInfo infoLeft, ExpressionInfo infoRight, OperatorType operatorType)
Type | Name | Description |
---|---|---|
string | expression | The string representation of the compound expression. If null or empty, it will be generated automatically. |
ExpressionResultType | resultType | The expected result type of the expression evaluation. |
ExpressionInfo | infoLeft | The ExpressionInfo for the left side of the expression. This is |
ExpressionInfo | infoRight | The ExpressionInfo for the right side of the expression. |
OperatorType | operatorType | The type of operator that defines the relationship between |