System.Linq.Expressions.MemberInitExpression Members

The members of System.Linq.Expressions.MemberInitExpression are listed below.

See Also: Inherited members from System.Linq.Expressions.Expression

Public Properties

[read-only]
BindingsSystem.Collections.ObjectModel.ReadOnlyCollection<MemberBinding>.

Gets the bindings that describe how to initialize the members of the newly created object.

[read-only]
override
CanReducebool.

Gets a value that indicates whether the expression tree node can be reduced.

[read-only]
NewExpressionNewExpression.

Gets the expression that represents the constructor call.

[read-only]
override
NodeTypeExpressionType.

Returns the node type of this Expression. Extension nodes should return ExpressionType.Extension when overriding this method.

[read-only]
override
TypeType.

Gets the static type of the expression that this System.Linq.Expressions.Expression represents.

Public Methods

override
Reduce() : Expression

Reduces the System.Linq.Expressions.MemberInitExpression to a simpler expression.

Update(NewExpression, IEnumerable<MemberBinding>) : MemberInitExpression

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.

Protected Methods

override
Accept(ExpressionVisitor) : Expression
Documentation for this section has not yet been entered.