BeiDream.Core.Events.Bus.Handlers.HandlersFactories.IocHandlerFactory.IocHandlerFactory C# (CSharp) Метод

IocHandlerFactory() публичный Метод

Creates a new instance of IocHandlerFactory class.
public IocHandlerFactory ( IIocResolver iocResolver, Type handlerType ) : System
iocResolver IIocResolver
handlerType System.Type Type of the handler
Результат System
        public IocHandlerFactory(IIocResolver iocResolver, Type handlerType)
        {
            _iocResolver = iocResolver;
            HandlerType = handlerType;
        }