IntegrityContainer.RegisterType Method
| Name | Parameters | Description |
|---|---|---|
| RegisterType(Type, Type) | serviceType, concreteType | Registers the specified concreteType with the specified serviceType key. |
| RegisterType<TConcreteType>() | none | Registers the specified TConcreteType as a dependency. |
| RegisterType<TServiceType, TConcreteType>() | none | Registers the specified TConcreteType with the specified TServiceType key. |