MemberInitExpression Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The MemberInitExpression type exposes the following members.
| Name | Description | |
|---|---|---|
|
Bindings | Gets the bindings that describe how to initialize the members of the newly created object. |
|
CanReduce | Gets a value that indicates whether the expression tree node can be reduced. (Overrides Expression.CanReduce.) |
|
NewExpression | Gets the expression that represents the constructor call. |
|
NodeType | Returns the node type of this Expression. Extension nodes should return Extension when overriding this method. (Overrides Expression.NodeType.) |
|
Type | Gets the static type of the expression that this Expression represents. (Overrides Expression.Type.) |
Show: