Méthode | Description | |
---|---|---|
Reduce ( ) : |
Reduces the MemberInitExpression to a simpler expression. If CanReduce returns true, this should return a valid expression. This method is allowed to return another node which itself must be reduced.
|
|
Update ( |
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.
|
Méthode | Description | |
---|---|---|
Accept ( |
Dispatches to the specific visit method for this node type.
|
Méthode | Description | |
---|---|---|
MemberInitExpression ( |
||
ReduceListInit ( |
||
ReduceMemberBinding ( System.Linq.Expressions.ParameterExpression objVar, |
||
ReduceMemberInit ( |
protected Accept ( |
||
visitor | ||
Résultat |
public Update ( |
||
newExpression | The |
|
bindings | IEnumerable |
The |
Résultat |