CompiledExpressionInvoker.GetCompiledExpressionRootForImplementation メソッド

定義

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

パラメーター

target
Object

ターゲット。

返品

コンパイルされた式のルート。

適用対象