Method | Description | |
---|---|---|
PartialEval ( System expression ) : |
Performs evaluation & replacement of independent sub-trees
|
|
PartialEval ( System expression, bool>.Func |
Performs evaluation & replacement of independent sub-trees
|
Method | Description | |
---|---|---|
CanBeEvaluatedLocally ( System expression ) : bool |
public static PartialEval ( System expression ) : |
||
expression | System | The root of the expression tree. |
return |
public static PartialEval ( System expression, bool>.Func |
||
expression | System | The root of the expression tree. |
fnCanBeEvaluated | bool>.Func | A function that decides whether a given expression node can be part of the local function. |
return |