CSP_Foundation.StructureMapDependencyResolver.DoGetAllInstances C# (CSharp) Method

DoGetAllInstances() protected method

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