C# 클래스 StructureMap.AspNetConstructorSelector

상속: IConstructorSelector
파일 보기 프로젝트 열기: structuremap/StructureMap.Microsoft.DependencyInjection

공개 메소드들

메소드 설명
Find ( Type pluggedType, DependencyCollection dependencies, StructureMap.Graph.PluginGraph graph ) : ConstructorInfo

메소드 상세

Find() 공개 메소드

public Find ( Type pluggedType, DependencyCollection dependencies, StructureMap.Graph.PluginGraph graph ) : ConstructorInfo
pluggedType System.Type
dependencies DependencyCollection
graph StructureMap.Graph.PluginGraph
리턴 System.Reflection.ConstructorInfo