TypeRegistration Constructors
Enables a container registration for dependencies that are registered by type (i.e., by calling the IntegrityContainer.RegisterType methods).Name | Parameters | Description |
---|---|---|
TypeRegistration(Type, ConstructorInfo) | concreteType, constructorInfo | Initializes a new instance of the TypeRegistration class with the specified settings. |
See Also