InjectionConsumerInfo Constructor (ParameterInfo)

Simple Injector
Initializes a new instance of the InjectionConsumerInfo class.

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

public InjectionConsumerInfo(
	ParameterInfo parameter
)

Parameters

parameter
Type: System.ReflectionParameterInfo
The constructor parameter for the created component.
See Also

Reference