IMethodCallTranslator 接口

定义

CLR MethodCallExpression 表达式的 LINQ 表达式转换器。

public interface IMethodCallTranslator
type IMethodCallTranslator = interface
Public Interface IMethodCallTranslator
派生

方法

Translate(MethodCallExpression)

转换给定的方法调用表达式。

适用于