Метод | Описание | |
---|---|---|
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 |