SignalR.Ninject.NinjectDependencyResolver.GetServices C# (CSharp) Méthode

GetServices() public méthode

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
Résultat IEnumerable
        public override IEnumerable<object> GetServices(Type serviceType) 
        {
            return _kernel.GetAll(serviceType).Concat(base.GetServices(serviceType));
        }
    }