Class ExpressionCompileRewriterAttribute
- Namespace
- NMF.Expressions
- Assembly
- NMF.Expressions.dll
Denotes an attribute to specify a compile rewriter method
[AttributeUsage(AttributeTargets.Method)]
public class ExpressionCompileRewriterAttribute : ProxyMethodAttribute
- Inheritance
-
ExpressionCompileRewriterAttribute
- Inherited Members
- Extension Methods
Constructors
ExpressionCompileRewriterAttribute(string)
Creates a new instance
public ExpressionCompileRewriterAttribute(string methodName)
Parameters
methodName
stringThe name of the proxy method
ExpressionCompileRewriterAttribute(Type, string)
Creates a new instance
public ExpressionCompileRewriterAttribute(Type hostType, string methodName)