InjectionTargetInfoTargetType Property

Simple Injector
Gets the type of the target.

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

public Type TargetType { get; }

Property Value

Type: Type
A Type containing the type of the target.
See Also

Reference