BoC.InversionOfControl.SimpleInjector.AllowMultipleConstructorResolutionBehavior.GetConstructor C# (CSharp) Méthode

GetConstructor() public méthode

public GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo
serviceType System.Type
implementationType System.Type
Résultat System.Reflection.ConstructorInfo
        public ConstructorInfo GetConstructor(Type serviceType, Type implementationType)
        {
            VerifyTypeIsConcrete(implementationType);
              return GetSinglePublicConstructor(implementationType);
        }