[]
Represents unary or binary expression.
public sealed class CompoundExpressionInfo : ExpressionInfo, IComparable
| Name | Description |
|---|---|
| CompoundExpressionInfo(string, ExpressionResultType, ExpressionInfo, ExpressionInfo, OperatorType) | Initializes a new instance of the CompoundExpressionInfo class with the specified parameters |
| Name | Description |
|---|---|
| InfoLeft | Left expression. |
| InfoRight | Right expression |
| IsConstant | Gets if this ExpressionInfo contains only constant values. |
| OperatorType | Expression operator. |
| Name | Description |
|---|---|
| Children() | Returns ExpressionInfo Children |
| Equals(ExpressionInfo) | Implements Equals method |
| GenerateExpressionString() | Generates expression string |
| GetHashCode() | Implements GetHashCode method |