C# Класс BoC.InversionOfControl.SimpleInjector.AllowMultipleConstructorResolutionBehavior

Наследование: IConstructorResolutionBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo

Приватные методы

Метод Описание
GetSinglePublicConstructor ( Type implementationType ) : ConstructorInfo
VerifyTypeIsConcrete ( Type implementationType ) : void

Описание методов

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

public GetConstructor ( Type serviceType, Type implementationType ) : ConstructorInfo
serviceType System.Type
implementationType System.Type
Результат System.Reflection.ConstructorInfo