ReflectionDelegateFactory abstract class ReflectionDelegateFactory Documentation Code protected ReflectionDelegateFactory() public abstract Func<T> CreateDefaultConstructor<T>(Type type) public Func<T, object> CreateGet<T>(MemberInfo memberInfo) public abstract Func<T, object> CreateGet<T>(PropertyInfo propertyInfo) public abstract Func<T, object> CreateGet<T>(FieldInfo fieldInfo) public abstract MethodCall<T, object> CreateMethodCall<T>(MethodBase method) public abstract ObjectConstructor<object> CreateParameterizedConstructor(MethodBase method) public Action<T, object> CreateSet<T>(MemberInfo memberInfo) public abstract Action<T, object> CreateSet<T>(FieldInfo fieldInfo) public abstract Action<T, object> CreateSet<T>(PropertyInfo propertyInfo)