ExecutionScope.IsolateExpression Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Frees a specified expression tree of external parameter references by replacing the parameter with its current value.
Assembly: System.Core (in System.Core.dll)
Parameters
- expression
- Type: System.Linq.Expressions.Expression
An expression tree to free of external parameter references.
- locals
- Type:
System.Object
[]
An array that contains the hoisted local variables.
Return Value
Type: System.Linq.Expressions.ExpressionAn expression tree that does not contain external parameter references.
Show: