|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| LambdaExpressionProxy (LambdaExpression node) | |
Properties | |
| Expression | Body [get] |
| bool | CanReduce [get] |
| string | DebugView [get] |
| string | Name [get] |
| ExpressionType | NodeType [get] |
| ReadOnlyCollection< ParameterExpression > | Parameters [get] |
| Type | ReturnType [get] |
| bool | TailCall [get] |
| Type | Type [get] |
Private Attributes | |
| readonly LambdaExpression | _node |
Definition at line 299 of file Expression.cs.