protected override object Inject(ref InjectionContext context) { var value = context.Container.Resolver.Resolve(context); wrapper.Set(ref context.Instance, value); return(value); }
public override void Initialize(object instance, object value) { wrapper.Set(ref instance, value); }