BlingBag.AutoFac.AutoFacBlingDispatcher.ResolveAll C# (CSharp) Метод

ResolveAll() защищенный Метод

protected ResolveAll ( Type blingHandlerType ) : IEnumerable
blingHandlerType System.Type
Результат IEnumerable
        protected override IEnumerable ResolveAll(Type blingHandlerType)
        {
            return _container.Resolve(typeof (IEnumerable<>).MakeGenericType(blingHandlerType)) as IEnumerable;
        }