Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
TryExpressionProxy (TryExpression node) | |
Properties | |
Expression | Body [get] |
bool | CanReduce [get] |
string | DebugView [get] |
Expression | Fault [get] |
Expression | Finally [get] |
ReadOnlyCollection< CatchBlock > | Handlers [get] |
ExpressionType | NodeType [get] |
Type | Type [get] |
Private Attributes | |
readonly TryExpression | _node |
Definition at line 579 of file Expression.cs.