|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| InvocationExpressionProxy (InvocationExpression node) | |
Properties | |
| ReadOnlyCollection< Expression > | Arguments [get] |
| bool | CanReduce [get] |
| string | DebugView [get] |
| Expression | Expression [get] |
| ExpressionType | NodeType [get] |
| Type | Type [get] |
Private Attributes | |
| readonly InvocationExpression | _node |
Definition at line 253 of file Expression.cs.