MemberInitExpression Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property Bindings Gets the bindings that describe how to initialize the members of the newly created object.
Public property CanReduce Gets a value that indicates whether the expression tree node can be reduced. (Overrides Expression.CanReduce.)
Public property NewExpression Gets the expression that represents the constructor call.
Public property NodeType Returns the node type of this Expression. Extension nodes should return Extension when overriding this method. (Overrides Expression.NodeType.)
Public property Type Gets the static type of the expression that this Expression represents. (Overrides Expression.Type.)
Top

Show:
© 2017 Microsoft