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