InjectionConsumerInfoTarget Property

Simple Injector
Gets the information about the consumer's target in which the dependency is injected. The target can be either a property or a constructor parameter.

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

public InjectionTargetInfo Target { get; }

Property Value

Type: InjectionTargetInfo
The InjectionTargetInfo for this context.
See Also

Reference