Click or drag to resize

DynamicMethodCompiler Methods

Methods
  NameDescription
Public methodStatic memberCreateSetHandler<TDelegate>(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 memberCreateSetHandler<TRootTarget, 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