Table of Contents

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 string

The name of the proxy method

ExpressionCompileRewriterAttribute(Type, string)

Creates a new instance

public ExpressionCompileRewriterAttribute(Type hostType, string methodName)

Parameters

hostType Type

The hosting type of the proxy method

methodName string

The name of the proxy method