C# Class LogoFX.Client.Mvvm.ViewModelFactory.SimpleInjector.GreediestConstructorBehavior

Inheritance: IConstructorResolutionBehavior
Mostrar archivo 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