Edit

Share via


CompiledExpressionInvoker.GetCompiledExpressionRootForImplementation Method

Definition

Gets the compiled expression root for the implementation of CompiledExpressionInvoker.

public:
 static System::Object ^ GetCompiledExpressionRootForImplementation(System::Object ^ target);
public static object GetCompiledExpressionRootForImplementation (object target);
static member GetCompiledExpressionRootForImplementation : obj -> obj
Public Shared Function GetCompiledExpressionRootForImplementation (target As Object) As Object

Parameters

target
Object

The target.

Returns

The compiled expression root.

Applies to