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