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