BlingBag.StructureMap.StructureMapBlingDispatcher.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.GetAllInstances(blingHandlerType);
        }