AgentMulder.Containers.SimpleInjector.Patterns.RegisterAll.CreateRegistrations C# (CSharp) Method

CreateRegistrations() private static method

private static CreateRegistrations ( IInvocationExpression invocationExpression, ITypeElement serviceType, IEnumerable concreteTypes ) : IComponentRegistration
invocationExpression IInvocationExpression
serviceType ITypeElement
concreteTypes IEnumerable
return IComponentRegistration
        private static IComponentRegistration CreateRegistrations(IInvocationExpression invocationExpression, ITypeElement serviceType, IEnumerable<ITypeElement> concreteTypes)
        {
            return new TypesBasedOnRegistration(concreteTypes, new ServiceRegistration(invocationExpression, serviceType));
        }