BlingBag.AutoFac.AutoFacBlingDispatcher.ResolveAll C# (CSharp) Method

ResolveAll() protected method

protected ResolveAll ( Type blingHandlerType ) : IEnumerable
blingHandlerType System.Type
return IEnumerable
        protected override IEnumerable ResolveAll(Type blingHandlerType)
        {
            return _container.Resolve(typeof (IEnumerable<>).MakeGenericType(blingHandlerType)) as IEnumerable;
        }