Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SwitchExpressionProxy (SwitchExpression node) | |
Properties | |
bool | CanReduce [get] |
ReadOnlyCollection< SwitchCase > | Cases [get] |
MethodInfo | Comparison [get] |
string | DebugView [get] |
Expression | DefaultBody [get] |
ExpressionType | NodeType [get] |
Expression | SwitchValue [get] |
Type | Type [get] |
Private Attributes | |
readonly SwitchExpression | _node |
Definition at line 552 of file Expression.cs.