Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
MemberInitExpressionProxy (MemberInitExpression node) | |
Properties | |
ReadOnlyCollection< MemberBinding > | Bindings [get] |
bool | CanReduce [get] |
string | DebugView [get] |
NewExpression | NewExpression [get] |
ExpressionType | NodeType [get] |
Type | Type [get] |
Private Attributes | |
readonly MemberInitExpression | _node |
Definition at line 399 of file Expression.cs.