Click or drag to resize
IClassFactoryRegisterTI, TM Method
Registers an implementation of an interface. A new instance of the implementation will be created for each call to Resolve.

Namespace: InterfaceFactory
Assembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Register<TI, TM>()

Type Parameters

TI
The interface type.
TM
The concrete type that implements TI.
See Also