메소드 | 설명 | |
---|---|---|
Update ( Expression expression ) : MemberExpression |
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.
|
메소드 | 설명 | |
---|---|---|
Accept ( |
Dispatches to the specific visit method for this node type.
|
메소드 | 설명 | |
---|---|---|
GetMember ( ) : |
||
Make ( |
||
Make ( |
||
Make ( |
||
MemberExpression ( |
protected Accept ( |
||
visitor | ||
리턴 |
public Update ( Expression expression ) : MemberExpression | ||
expression | Expression | The |
리턴 | MemberExpression |