Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
BlockExpressionProxy (BlockExpression node) | |
Properties | |
bool | CanReduce [get] |
string | DebugView [get] |
ReadOnlyCollection< Expression > | Expressions [get] |
ExpressionType | NodeType [get] |
Expression | Result [get] |
Type | Type [get] |
ReadOnlyCollection< ParameterExpression > | Variables [get] |
Private Attributes | |
readonly BlockExpression | _node |
Definition at line 63 of file Expression.cs.