Click or drag to resize

DynamicMethodCompilerCreateSetHandler Method

Overload List
  NameDescription
Public methodStatic memberCreateSetHandlerTDelegate(Type, FieldInfo)
Creates the set handler for the type and the fieldinfo specified. It compiles an expression tree to create a dynamic setter.
Public methodStatic memberCreateSetHandlerTRootTarget, TRootValue(Type, PropertyInfo)
Creates the set handler for the type and the property specified. It compiles an expression tree to create a dynamic setter. It's wise to cache the returning delegate.
Top
See Also