IMethodCallTranslator Interface

Definition

A LINQ expression translator for CLR MethodCallExpression expressions.

public interface IMethodCallTranslator
type IMethodCallTranslator = interface
Public Interface IMethodCallTranslator
Derived

Methods

Translate(MethodCallExpression)

Translates the given method call expression.

Applies to