BoC.InversionOfControl.SimpleInjector.AllowMultipleConstructorResolutionBehavior.GetConstructor C# (CSharp) Метод

GetConstructor() публичный Метод

public GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo
serviceType System.Type
implementationType System.Type
Результат System.Reflection.ConstructorInfo
        public ConstructorInfo GetConstructor(Type serviceType, Type implementationType)
        {
            VerifyTypeIsConcrete(implementationType);
              return GetSinglePublicConstructor(implementationType);
        }