C# Class StructureMap.AspNetConstructorSelector

Inheritance: IConstructorSelector
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

Find() public méthode

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