|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| BinaryExpressionProxy (BinaryExpression node) | |
Properties | |
| bool | CanReduce [get] |
| LambdaExpression | Conversion [get] |
| string | DebugView [get] |
| bool | IsLifted [get] |
| bool | IsLiftedToNull [get] |
| Expression | Left [get] |
| MethodInfo | Method [get] |
| ExpressionType | NodeType [get] |
| Expression | Right [get] |
| Type | Type [get] |
Private Attributes | |
| readonly BinaryExpression | _node |
Definition at line 32 of file Expression.cs.