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

Inheritance: IConstructorResolutionBehavior
Afficher le fichier Open project: LogoFX/LogoFX

Méthodes publiques

Méthode Description
GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo

Method Details

GetConstructor() public méthode

public GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo
serviceType System.Type
implementationType System.Type
Résultat System.Reflection.ConstructorInfo