BlingBag.StructureMap.StructureMapBlingDispatcher.ResolveAll C# (CSharp) Méthode

ResolveAll() protected méthode

protected ResolveAll ( Type blingHandlerType ) : IEnumerable
blingHandlerType System.Type
Résultat IEnumerable
        protected override IEnumerable ResolveAll(Type blingHandlerType)
        {
            return _container.GetAllInstances(blingHandlerType);
        }