BeiDream.Core.Events.Bus.Handlers.HandlersFactories.IocHandlerFactory.IocHandlerFactory C# (CSharp) Method

IocHandlerFactory() public method

Creates a new instance of IocHandlerFactory class.
public IocHandlerFactory ( IIocResolver iocResolver, Type handlerType ) : System
iocResolver IIocResolver
handlerType System.Type Type of the handler
return System
        public IocHandlerFactory(IIocResolver iocResolver, Type handlerType)
        {
            _iocResolver = iocResolver;
            HandlerType = handlerType;
        }