C# Class StructureMap.AspNetConstructorSelector
Afficher le fichier
Open project: structuremap/StructureMap.Microsoft.DependencyInjection
Méthodes publiques
Méthode |
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 |
|
Résultat |
System.Reflection.ConstructorInfo |
|