Initializes a new instance of the InjectionConsumerInfo class.
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Parameters
- implementationType
- Type: SystemType
The implementation type of the consumer of the component that should be created. - property
- Type: System.ReflectionPropertyInfo
The property for the created component.
See Also