Aperea.Infrastructure.Bootstrap.Bootstrapper.GetAllInstances C# (CSharp) Метод

GetAllInstances() статический приватный Метод

static private GetAllInstances ( ) : IEnumerable
Результат IEnumerable
        static IEnumerable<IBootstrapItem> GetAllInstances()
        {
            return ServiceLocator.Current.GetAllInstances<IBootstrapItem>();
        }