The members of System.Linq.Expressions.MemberInitExpression are listed below.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] | Bindings | System.Collections.ObjectModel.ReadOnlyCollection<MemberBinding>.
Gets the bindings that describe how to initialize the members of the newly created object. |
[read-only] override | CanReduce | bool.
Gets a value that indicates whether the expression tree node can be reduced. |
[read-only] | NewExpression | NewExpression.
Gets the expression that represents the constructor call. |
[read-only] override | NodeType | ExpressionType.
Returns the node type of this Expression. Extension nodes should return ExpressionType.Extension when overriding this method. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |
override | Reduce()
| |
Update(NewExpression, IEnumerable<MemberBinding>)
|
override | Accept(ExpressionVisitor)Documentation for this section has not yet been entered. |