Class ExpressionCompileRewriterAttribute
Denotes an attribute to specify a compile rewriter method
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class ExpressionCompileRewriterAttribute : ProxyMethodAttribute
Constructors
| Edit this page View SourceExpressionCompileRewriterAttribute(Type, string)
Creates a new instance
Declaration
public ExpressionCompileRewriterAttribute(Type hostType, string methodName)
Parameters
Type | Name | Description |
---|---|---|
Type | hostType | The hosting type of the proxy method |
string | methodName | The name of the proxy method |