Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ConditionalExpressionProxy (ConditionalExpression node) | |
Properties | |
bool | CanReduce [get] |
string | DebugView [get] |
Expression | IfFalse [get] |
Expression | IfTrue [get] |
ExpressionType | NodeType [get] |
Expression | Test [get] |
Type | Type [get] |
Private Attributes | |
readonly ConditionalExpression | _node |
Definition at line 107 of file Expression.cs.