Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
UnaryExpressionProxy (UnaryExpression node) | |
Properties | |
bool | CanReduce [get] |
string | DebugView [get] |
bool | IsLifted [get] |
bool | IsLiftedToNull [get] |
MethodInfo | Method [get] |
ExpressionType | NodeType [get] |
Expression | Operand [get] |
Type | Type [get] |
Private Attributes | |
readonly UnaryExpression | _node |
Definition at line 629 of file Expression.cs.