C# Class StructureMap.AspNetConstructorSelector
Mostrar archivo
Open project: structuremap/StructureMap.Microsoft.DependencyInjection
Public Methods
Method |
Description |
|
Find ( Type pluggedType, DependencyCollection dependencies, StructureMap.Graph.PluginGraph graph ) : ConstructorInfo |
|
|
Method Details
public Find ( Type pluggedType, DependencyCollection dependencies, StructureMap.Graph.PluginGraph graph ) : ConstructorInfo |
pluggedType |
System.Type |
|
dependencies |
DependencyCollection |
|
graph |
StructureMap.Graph.PluginGraph |
|
return |
System.Reflection.ConstructorInfo |
|