CSP_Foundation.StructureMapDependencyResolver.DoGetAllInstances C# (CSharp) Méthode

DoGetAllInstances() protected méthode

protected DoGetAllInstances ( Type serviceType ) : IEnumerable
serviceType System.Type
Résultat IEnumerable
        protected override IEnumerable<object> DoGetAllInstances(Type serviceType)
        {
            return (CurrentNestedContainer ?? Container).GetAllInstances(serviceType).Cast<object>();
        }