DynamicMethodCompiler Methods | 
| Name | Description | |
|---|---|---|
| CreateSetHandlerTDelegate(Type, FieldInfo) | 
            Creates the set handler for the type and the fieldinfo specified. It compiles an expression tree to create a dynamic setter.
              | |
| CreateSetHandlerTRootTarget, 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.
              |