InjectionConsumerInfo Constructor (Type, PropertyInfo)

Simple Injector
Initializes a new instance of the InjectionConsumerInfo class.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public InjectionConsumerInfo(
	Type implementationType,
	PropertyInfo property
)

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

Reference