C# Class Contrive.StructureMap.ListenerConvention

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

Public Methods

Method Description
Process ( Type type, Registry registry ) : void

Method Details

Process() public method

public Process ( Type type, Registry registry ) : void
type System.Type
registry Registry
return void