프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FunctionalOp | UnaryExpression | ||
ReduceIndex | Expression | ||
ReduceMember | Expression | ||
ReduceVariable | Expression | ||
UnaryExpression | System.Diagnostics |
메소드 | 설명 | |
---|---|---|
Reduce ( ) : Expression |
Reduces the expression node 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 ( Expression operand ) : UnaryExpression |
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.
|
메소드 | 설명 | |
---|---|---|
FunctionalOp ( Expression operand ) : UnaryExpression | ||
ReduceIndex ( ) : Expression | ||
ReduceMember ( ) : Expression | ||
ReduceVariable ( ) : Expression | ||
UnaryExpression ( ExpressionType nodeType, Expression expression, Type type, MethodInfo method ) : System.Diagnostics |
protected Accept ( |
||
visitor | ||
리턴 |
public Update ( Expression operand ) : UnaryExpression | ||
operand | Expression | The |
리턴 | UnaryExpression |