C# Class LogoFX.Practices.IoC.Extensions.SimpleInjector.GreediestConstructorBehavior

Inheritance: IConstructorResolutionBehavior
Exibir arquivo Open project: LogoFX/LogoFX

Public Methods

Method Description
GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo

Method Details

GetConstructor() public method

public GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo
serviceType System.Type
implementationType System.Type
return System.Reflection.ConstructorInfo