C# Class Contrive.StructureMap.ListenerConvention

Insures that types implementing IListener are registered with the container as singletons.
Inheritance: IRegistrationConvention
Afficher le fichier Open project: alanstevens/Contrive

Méthodes publiques

Méthode Description
Process ( Type type, Registry registry ) : void

Method Details

Process() public méthode

public Process ( Type type, Registry registry ) : void
type System.Type
registry Registry
Résultat void