Method | Description | |
---|---|---|
PartialEval ( |
Performs evaluation and replacement of independent sub-trees.
|
|
PartialEval ( |
Performs evaluation and replacement of independent sub-trees.
|
Method | Description | |
---|---|---|
CanBeEvaluatedLocally ( |
Returns a value indicating whether the expression can be evaluated locally.
|
public static PartialEval ( |
||
expression | The root of the expression tree. | |
return |
public static PartialEval ( |
||
expression | The root of the expression tree. | |
functionCanBeEvaluated | bool>.Func | A function that decides whether a given expression node can be part of the local function. |
return |